HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dsieger

no profile record

Submissions

Code doesn’t have to be a mess

danielsieger.com
184 points·by dsieger·il y a 4 ans·182 comments

The Myth of Software Simplicity

iansommerville.com
2 points·by dsieger·il y a 4 ans·1 comments

comments

dsieger
·il y a 4 ans·discuss
Thanks for your comments, this is helpful.

I especially like your point about planning for simplicity and making it an explicit design coal. Communicating this clearly to the team seems super important.

As for adding things out of intellectual gratification: This is so true. I've seen this all too often, myself included. Many good engineers are curious by nature, and it can be tough to restrict this curiosity. Maybe it's a question of having different outlets for that sort of creativity, either at work or in private.

If your list is available in some form, I'd be curious to have a look!
dsieger
·il y a 4 ans·discuss
Absolutely! For me, comprehensive testing is key to keep things clean over time. Not sure why this didn't come to my mind when writing the article. I think I was somehow assuming that this is a necessary pre-condition anyway.
dsieger
·il y a 4 ans·discuss
Would be curious to know what strategies other people apply in order to keep complexity down over time!
dsieger
·il y a 4 ans·discuss
I share the main point of the author that some software systems are inherently complex due to the problem domain they are dealing with.

However, I think he's missing the point that simplicity has its value for complex systems as well, namely by striving for simplicity in the building blocks of the complex system.

Would love to know what the community thinks!