Posts tagged design

Refactoring Your Global Blobs

We all have to read code that we didn’t write. Sometimes the code we read through is good code, sometimes it is bad code, and sometimes… it is horrendous code. While code quality a is topic that can be tricky to pin down, it can often be identified by emphasizing its maintainability (Can the design be extended easily in the future?), transparency (Is it obvious as to what is going on/manipulated at any given time?), and/or readability (Does the code target the average reading level for your team?).

Welcome back to Cameron’s Corner!

Read more ...