Why is everything an int?
In C/C++ applications, most scalar variables are defined as ‘int’. Do these applications deal with lots of large numbers that
In C/C++ applications, most scalar variables are defined as ‘int’. Do these applications deal with lots of large numbers that
Effective software teams are always looking for ways to make their members more efficient. They realize that improving the development
Software projects produce lots of artifacts over time, obviously the source code, but also requirement and design docs, test cases,
I’ve been writing a lot of code over the last 4-5 months, prototyping some new product ideas. Here are some
There’s no shortage of articles on how to improve software quality via process improvement. Today I want to look at
A few years ago I read: “The Phoenix Project” which is a novel about the IT group at a fictional
I was asked recently if the number of bugs found is the best measure of the value of testing. Honestly,
One of the challenges that all software development groups face is the trade-off between time-to-market and adding new features. Software