Code comments
@kommen good comments describe what isn't in the code.
My favourite comment is the ones describing an obvious optimisation/bug fix and way it breaks everything.
@ekg @kommen yes. good comments defend and justify code.
@ekg @kommen I have some SQL with an obvious pessimisation and the comments says "taking this out changes the execution time from 90 seconds to over an hour. Go on, be brave"
@moz @ekg @kommen "pessimization" I don't know why this word hasn't occurred to me before but I love it thank you
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)
@ekg @kommen yes. good comments defend and justify code.