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
{ severity=lvl.HINT, message="possible null reference, reconsider the choices that have brought you to this moment" },
220
+
{ severity=lvl.WARN, message="this variable is shadowed by its own ambition" },
221
+
-- From Alan Perlis <https://www.cs.yale.edu/homes/perlis-alan/quotes.html>
222
+
{ severity=lvl.ERROR, message="it is often the early bird that makes the worm" },
223
+
{ severity=lvl.ERROR, message="simplicity does not precede complexity, but follows it" },
224
+
{ severity=lvl.ERROR, message="there are two ways to write error-free programs; only the third way works" },
225
+
{ severity=lvl.HINT, message="is it possible that software is not like anything else, that it is meant to be discarded: that the whole point is to see it as a soap bubble?" },
226
+
{ severity=lvl.HINT, message="it is easier to change the specification to fit the program than vice versa" },
227
+
{ severity=lvl.HINT, message="it is easier to write an incorrect program than understand a correct one" },
228
+
{ severity=lvl.HINT, message="the proof of a system's value is its existence" },
229
+
{ severity=lvl.HINT, message="there will always be things we wish to say in our programs that in all known languages can only be said poorly" },
230
+
{ severity=lvl.WARN, message="in seeking the unattainable, simplicity only gets in the way" },
231
+
{ severity=lvl.WARN, message="one man's constant is another man's variable" },
0 commit comments