|
|
|
|
|
by spacemadness
680 days ago
|
|
Every time some code reviewer comes into my PR and says something along the lines of "you know you can just write it this way" where "this way" means obfuscating the code because "clever" and "shorter," I die a little on the inside. This is from experienced devs who should know better. At one point I wrote a comment write above a section I knew would be targeted by this kind of thinking explaining it must be written this way for clarity. Sometimes that works. |
|
Otherwise, please optimize for writing stuff I can understand at 2AM when things have broken.