DEV Community

Discussion on: SOLID Principles: Write SOLID programs; Avoid STUPID programs

Collapse
 
ilumin profile image
Teerasak Vichadee

Sorry for my bad English, I'm not so good at it please be patien with me 😢

I mean, I've always found these anti pattern in my project

  • Premature Optimizations ~ like you said, reafctor for no reason
  • Premature Implementation ~ implement code to support future features
Thread Thread
 
shravan20 profile image
Shravan Kumar B

Hey, no issues.

Premature Implementation and Optimisation is something we learn to avoid with experience.