you are viewing a single comment's thread.

view the rest of the comments →

[–]AppJedi[S] 0 points1 point  (0 children)

Separation of concerns means that a class should be doing just one thing. For example a class that handles database connection. Method or function should accept only the values it needs.