DEV Community

Discussion on: Basics of Object Design - Part One

Collapse
 
aleksikauppila profile image
Aleksi Kauppila

Very nice post! 👍 👍 these are very important practices to keep the program understandable and consistent. I also think that emphasizing reusability is not that important compared to introducing MEANING into the application.

I wrote about setters a while ago and it touches this same subject: dev.to/aleksikauppila/discarding-s...

Collapse
 
olivermensahdev profile image
Oliver Mensah

I will have a look at your work as well. Thanks for the feedback.
I think both would be well achieved having the fundamentals right. Also, think introducing the meaning into the application is really important.

Collapse
 
aleksikauppila profile image
Aleksi Kauppila

Yes, both reusability and meaning are achieved with the examples in this article 👍