Codelines

Debugging the art of software

Entries Tagged ‘Software Design’

Leveraging the Power of Software Process Models - A Mechanism for Improvement

What is a process model?
Software process models are essentially synonymous with that of a traditional process model; defining a series of events or outcomes as a set process. The process, really defines the steps and the model pieces these steps or processes together, usually brining some global benefit to the process as a whole.
Generally speaking [...]

Leave a Comment

4 Immediate Benefits Logging Brings to Your Software Development

Logging messages in your software is a great source of debugging information both before and after product release. Unlike conventional stack traces which create a lot of mess, creating log files keeps your applications output tidy whilst keeping all the important information about how the software is running. This can significantly aid in debugging at [...]

Comments (5)

An Approach to Effectively Applying Software Design Patterns

You’ve thought long and hard about whether your design really needed that design pattern you chose and you then proceeded to think increasingly harder about the validity of the pattern you chose given the context you’re applying it in. Now it has come time for the final question. How do I effectively apply this design [...]

Leave a Comment