Is there a term for "Use procedures that execute a single task"?

Posted by Tom on Programmers See other posts from Programmers or by Tom
Published on 2012-11-25T12:42:17Z Indexed on 2012/11/25 17:19 UTC
Read the original article Hit count: 269

I'm having a discussion with a fellow developer, and I'm trying to argument this in something like a short "term".

SoC (Separation of Concerns) is pretty straight forward design practice, but it dwells deeper. If we want to pick on it's deep corners, we can Google it and there are plenty of articles that pop up, and after taking a glimpse, we know a lot more, and might find some examples.

But, what about "Use procedures that execute a single task"? That's also a great design principle to use when writing applications and it becomes more and more rewarding, the larger the application gets.

Is there a term for Use procedures that execute a single task?

© Programmers or respective owner

Related posts about terminology

Related posts about design-principles