Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How clean is your work? Reply To: How clean is your work?

#158500
Melindrea
Participant

I think it depends a bit on how much needs to be tidied up, since overall it’s unlikely you’re going to be going back to fix it if it’s too messy =)

I like to keep my work linted and following a particular codestyle, and to at least consider if the code is in the appropriate place.

An organized mind tends to write better code, but don’t worry about optimisation or whether your variables should be used in a more efficient manner etc. I’d say that as long as you have a consistent style and avoid things that would make you blush if someone saw it, and it’s stable and working, it’s clean enough.