It Is What It Is
11 AugustIt’s either a tautology or it isn’t.
disabled = !enabled
It tells you something.
enabled = change.approvals.count > 0 && !form.errors.any?
It is what it is.
enabled = atLeastOneApproval && form.valid?
Code: The Meta
“Code” is symbol sequences that can be used for a computation by another entity. A computation is anything derived from something else, and instructions are an ordered list of concepts.
“Code” is language. Communication. Master communication to master code.