▲ | jama211 3 days ago | ||||||||||||||||||||||
Yeah sometimes I feel like a unicorn because I don’t really care about code at all, so long as it conforms to decent standards and does what it needs to do. I honestly believe engineers often overestimate the importance of elegance in code too, to the point of not realising the slow down of a project due to overly perfect code is genuinely not worth it. | |||||||||||||||||||||||
▲ | parpfish 3 days ago | parent [-] | ||||||||||||||||||||||
i dont care if the code is elegant, i care that the code is consistent. do the same thing in the same way each time and it lets you chunk it up and skim it much easier. if there are little differences each time, you have to keep asking yourself "is it done differently here for a particular reason?" | |||||||||||||||||||||||
|