top | item 38566664

(no title)

Gepsens | 2 years ago

How is your refactoring clean ? Lmao if this is clean code I'm the Queen of england...

discuss

order

flohofwoe|2 years ago

Everybody has different taste and opinions what "clean code" is supposed to look like (best example of this is "for-loops" vs .map()" - IMHO nested loops are usually more readable than a function chain which does the same, but other people have the opposite opinion).

IMHO the core problem of the situation described in the article is that the guy simply rewrote a piece of code without before talking to the author/maintainer/owner of that piece code.

hardware2win|2 years ago

The thing is, majority of ppl cannot evaluate this too and we end up with code with clean code ^tm traits that sucks