Back to Lecture Thumbnails
ghostcow
pranil
Was pretty interested in this distinction of "programming paradigms". And I was curious to know whether there even exist frameworks/languages which follow a declarative paradigm. Turns out React.js is a great example of this. Code in React does not directly change any element or alter the state of the execution, it merely indicates what needs to be done by the program somehow.
To read up more: https://codeburst.io/declarative-vs-imperative-programming-a8a7c93d9ad2
ccheng18
Which type of abstractions is most common in the workforce?
Please log in to leave a comment.
Copyright 2021 Stanford University
atomic{}
using locks, but the transactional implementation uses optimistic concurrency, maintaining serialization only in situations of true contention (R-W or W-W conflicts)