Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ElectroArchiver2985229d@cafecortado Of course then there are the managers that think 'no code' languages are perfect, despite all that configuration being a form of code as well~
-
aviophile5609229d@cafecortado Amen, it is important to write as less code as possible. Fewer tests, fewer bugs.
-
lorentz12781229dUntil you end up with an orphaned special case that isn't representable in the terms of any of your generics, so you start adding hooks to everything.
-
magicMirror10647229dYes.
One parameter I follow to judge quality of code is bugs to loc.
meaning 4/1000 is good. 2/1 is really bad.
But negative loc? is da best.
"A good software developer writes good code. Better software developer deletes bad code."
Me, after using Generic types in some source code and deleting 250 lines effectively.
rant
aphorism 01