Reddit Programming – Telegram
Reddit Programming
212 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
I just want to know if there are more people thinking that SOLID is overrated and sometimes add unnecessary complexity
https://www.reddit.com/r/programming/comments/1n9ak7g/i_just_want_to_know_if_there_are_more_people/

<!-- SC_OFF -->I think SOLID it could be good, however try to follows strictly SOLID principles can easily become a problem. I have been working in software industry for around 15 years. I remember one time when I had to debug old code that abuse so much about using inheritance/interfaces. There was around 8 levels of inheritance/interfaces, all clases are almos empty with only skeleton just to support next class, at the end the source file that made the magic was only a simple division, something like double myVal=a/b; I'm pretty sure that was donde because original team did it just to "prepare" code for the future, but the truth is that only brings more problem that solutions <!-- SC_ON --> submitted by /u/-WhiteMouse- (https://www.reddit.com/user/-WhiteMouse-)
[link] (https://dannorth.net/blog/cupid-the-back-story/) [comments] (https://www.reddit.com/r/programming/comments/1n9ak7g/i_just_want_to_know_if_there_are_more_people/)
Business Rules In Database Movement
https://www.reddit.com/r/programming/comments/1n9z7fb/business_rules_in_database_movement/

<!-- SC_OFF -->Did you know that there was an entire movement in software development, complete with its own manifesto, thought leaders, and everything, dedicated almost exclusively to putting business logic in SQL databases? Neither did I. So I did some research to create a post, and it turned out to be an entire article that digs into this movement a little bit deeper. I hope you like it. It is important to know history. <!-- SC_ON --> submitted by /u/vbilopav89 (https://www.reddit.com/user/vbilopav89)
[link] (https://medium.com/@vbilopav/business-rules-in-database-movement-e0167dba19b7) [comments] (https://www.reddit.com/r/programming/comments/1n9z7fb/business_rules_in_database_movement/)
When Does Framework Sophistication Becomes a Liability?
https://www.reddit.com/r/programming/comments/1na87fy/when_does_framework_sophistication_becomes_a/

<!-- SC_OFF -->How a 72-hour debugging nightmare revealed the fundamental flaw in dependency injection frameworks and why strict typing matters more than sophisticated abstractions <!-- SC_ON --> submitted by /u/gamunu (https://www.reddit.com/user/gamunu)
[link] (https://fastcode.io/2025/09/07/when-does-framework-sophistication-becomes-a-liability/) [comments] (https://www.reddit.com/r/programming/comments/1na87fy/when_does_framework_sophistication_becomes_a/)