Codelines

Debugging the art of software

Entries Tagged ‘Quick Tips’

5 Surefire Ways to Create Workplace Culture

Workplace culture is an important part of any business or organization that affects everything that goes on from the little guy all the way up to the top. In a previous article - What is Workplace Culture and What Does it Mean? I explored the what surrounding workplace culture. Here, I present five approaches at [...]

Leave a Comment

5 Compelling Reasons Why Code Size Matters

The size of your software solutions matters. As a developer, you should always be conscious of the effects that size and complexity have on development and what it translates into. In past articles I have looked at the early warning signs of design pattern abuse, how to better choose design patterns that fit and ways to improve [...]

Comments (1)

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)