separation of concerns - mmedrano9438/peripheral-brain GitHub Wiki

Separation of concerns is the idea that each module or layer in an application should only be responsible for one thing and should not contain code that deals with other things.