10 Matching Annotations
- Sep 2022
-
www.codementor.io www.codementor.io
-
Conventions are good, but they are very limited: enforce them too little and the programmer becomes coupled to the code—no one will ever understand what they meant once they are gone. Enforce too much and you will have hour-long debates about every space and colon (true story.) The “habitable zone” is very narrow and easy to miss.
-
- Aug 2022
-
stackoverflow.com stackoverflow.com
-
It's a great way to test various limits. When you think about this even more, it's a little mind-bending, as we're trying to impose a global clock ("who is the most up to date") on a system that inherently doesn't have a global clock. When we scale time down to nanoseconds, this affects us in the real world of today: a light-nanosecond is not very far.
-
- Jun 2021
-
www.theguardian.com www.theguardian.com
-
Covid lies cost lives – we have a duty to clamp down on them | George Monbiot. (2021, January 27). The Guardian. http://www.theguardian.com/commentisfree/2021/jan/27/covid-lies-cost-lives-right-clamp-down-misinformation
-
- Mar 2021
-
medium.com medium.com
-
become more obscure in functionality to the point where some names literally describe what they do
-
-
trailblazer.to trailblazer.to
-
Hey, that’s is an imaginary complication of our example - please don’t do this with every condition you have in your app.
-
- Feb 2021
-
en.wikipedia.org en.wikipedia.org
-
computers theoretically need only one machine instruction (subtract one number from another and branch if the result is negative)
-
-
fsharpforfunandprofit.com fsharpforfunandprofit.com
-
This is a useful approach to error handling, but please don’t take it to extremes! See my post on “Against Railway-Oriented Programming”.
-
-
www.infoworld.com www.infoworld.com
-
Stating that some language feature or common programming idiom (like accessors) has problems is not the same thing as saying you should never use them under any circumstances.
-
- Oct 2020
-
tech.ebayinc.com tech.ebayinc.com
-
Although I’m trying to make a case against logic-less templates, that does not mean that I am advocating the other extreme
-