nus-cs2103-AY2122S2 / forum

13 stars 1 forks source link

Improving code design `v1.4` #246

Closed domlimm closed 2 years ago

domlimm commented 2 years ago

Hello prof,

Are we allowed to add or shift codes around for improving the codebase's design to fit our DG's UML diagrams?

For example, defensive programming via getters, setters or accessors.

Thanks prof!

damithc commented 2 years ago

@domlimm Yes, you are allowed to refactor the code if that doesn't affect the external behavior of the software.

domlimm commented 2 years ago

Noted, thanks prof! 😃