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" },
219
+
{
220
+
severity=lvl.HINT,
221
+
message="possible null reference, reconsider the choices that have brought you to this moment",
222
+
},
220
223
{ severity=lvl.WARN, message="this variable is shadowed by its own ambition" },
221
224
-- From Alan Perlis <https://www.cs.yale.edu/homes/perlis-alan/quotes.html>
222
225
{ severity=lvl.ERROR, message="it is often the early bird that makes the worm" },
223
226
{ severity=lvl.ERROR, message="simplicity does not precede complexity, but follows it" },
224
227
{ 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?" },
228
+
{
229
+
severity=lvl.HINT,
230
+
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?",
231
+
},
226
232
{ severity=lvl.HINT, message="it is easier to change the specification to fit the program than vice versa" },
227
233
{ severity=lvl.HINT, message="it is easier to write an incorrect program than understand a correct one" },
228
234
{ 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" },
235
+
{
236
+
severity=lvl.HINT,
237
+
message="there will always be things we wish to say in our programs that in all known languages can only be said poorly",
238
+
},
230
239
{ severity=lvl.WARN, message="in seeking the unattainable, simplicity only gets in the way" },
231
240
{ severity=lvl.WARN, message="one man's constant is another man's variable" },
0 commit comments