Home Tags Software bugs

Tag: software bugs

Code Sport

0
This month's column continues the discussion on data storage systems, with a focus on how file systems remain consistent even in the face of...

Joy of Programming: A Bug or a Feature?

3
A puzzling aspect of bugs is that they often turn out to be features (and vice versa)! Let's explore this interesting topic with an...

Joy of Programming: Why is a Software Glitch Called a ‘Bug’?

5
In this column, we've always covered unusual and interesting technical topics. This month, we discuss the word "bug", and the history behind its use...

CodeSport

2
Welcome to CodeSport! In this month's column, we feature a set of programming questions, as requested by a few of our student readers. In last...

CodeSport

1
Welcome to CodeSport!  In this month's column, we turn our attention to software coding errors, which lead to buggy code. We will discuss different...

Joy of Programming: SNAFU — Situation Normal, All Fouled Up!

0
The stories of software development projects in crisis are amazingly familiar to all experienced programmers and managers. In this column, we'll look at some...

Joy of Programming: Logical Bugs and Intuitive Thinking

0
Logical bugs are very common in code and are often very difficult to find and fix. In this column, we'll look at an example...