You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
My proposal is it replace "what your computer should do" with "what your computer should accomplish".
The phrase "what your computer should do" is ambiguous and could just as well describe imperative programming.
Declarative programming is specifically not about "what to do":
Declarative programming lets you declare the desired outcome (accomplishment), leaving the "how to accomplish it" or in other words "what to do", up to the computer.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Source: https://docs.solidjs.com/guides/foundations/thinking-solid
My proposal is it replace "what your computer should do" with "what your computer should accomplish".
The phrase "what your computer should do" is ambiguous and could just as well describe imperative programming.
Declarative programming is specifically not about "what to do":
Declarative programming lets you declare the desired outcome (accomplishment), leaving the "how to accomplish it" or in other words "what to do", up to the computer.
The text was updated successfully, but these errors were encountered: