DEV Community

Discussion on: Ask Me Anything: Career Development

 
coleturner profile image
Cole Turner

That's a great question, it will definitely depend on whether there is a team working on the project or not. When I work privately, I tend to experiment more and follow the least path of resistance. This will mean that I am okay with some sloppy code because nobody else will have to share the ownership.

When working in a job or a team, I will structure my code differently to make it easier to maintain and update. This means that if someone else is looking at my code, it's clearer to understand what is going on, it's documented, and even easy to delete. After I check in my code, it's no longer "my" code it becomes "our" code.

Thread Thread
 
coleturner profile image
Cole Turner • Edited

I added more information and detailed my preferred private stack here:

cole.codes/posts/ask-me-anything-c...

Thread Thread
 
nokol profile image
Nokol

very very cool of you, thank you for detailed answer. Glad to hear that not everyone works "clean" private :-)