Hacker News new | ask | show | jobs
by baweaver 3781 days ago
Careful on that line as some of us become programmers and are quite apt at playing both roles when needed.

In reality separation of concerns is a luxury only afforded to larger teams and orgs.

If you have the people, do it. If you don't, you're in for a bad time concerning yourself with it.

Granted the html in Java is just straight idiocy, and my point refers to far less insidious mixings.

1 comments

separation of concerns in your organization is a luxury.

separation of concerns in your codebase is a necessity.

I was about to write the same thing, so true. Even if you are working alone at the moment, doesn't mean that you should glue everything together and end up with spaghetti code.
I was more of referring to the level of separation.