Programming Style Guide: Command Query Separation

An important aspect of programming, and one that people don’t think of to often, is being able to express the intentions of the code clearly. Most of the times we programmers get lost in the code we write. It is important to step back and take a look at the code we have written from … Continue reading Programming Style Guide: Command Query Separation