1,081 reputation
212
bio website anduin.net/~haraldei
location Norway
age 41
visits member for 2 years, 6 months
seen May 16 at 19:34
stats profile views 22
Software developer and musician. Writing video-related software for embedded systems by day, making noisy music by night.

Feb
19
awarded  Caucus
Nov
28
awarded  Yearling
Nov
7
revised How should I implement a command processing application?
some typos
Nov
7
answered How should I implement a command processing application?
Oct
6
revised Steps to maintain a good bug database
Add paragraph about maintaining the database too.
Oct
6
answered Steps to maintain a good bug database
Oct
5
awarded  Commentator
Oct
5
comment What is the aim of software testing?
I think your last paragraph sums it up real nice.
Aug
30
comment My father wants to learn PHP-MySQL to port his application. What I should do to help?
+1 for "grab a book"
Aug
21
comment Can a loosely typed language be considered true object oriented?
Simula had already introduced the concepts in object oriented programming and was an influence on Smalltalk.
Aug
18
answered How to explain to my customer that the hosting provider is terrible, security-wise?
Jul
14
comment Is committing/checking in code everyday a good practice?
Checking in unstable code is never ok. A commit that breaks the CI should be reverted. If you commit small incremental changes often, there's less chance of introducing such breakage than if you have a big change that has been left untested for a long time. It may also be easier to revert if it breaks the build. But as you say, sometimes there's no way outside of a disruptive change. Then by all means polish it as best as you can, and test thoroughly before committing it. The point is not following rules, but understanding where the advice comes from.
Jul
13
comment Is committing/checking in code everyday a good practice?
@Giorgio, I absolutely agree with you on that. No advice should be taken as absolute rules, no matter who is behind it.
Jul
12
answered How do you explain the importance of using a [distributed] version control system to someone who's not in the CS field?
Jul
12
comment Managing multiple people working on a project with GIT
Hapy if it can help you. Git and DVCS's require some getting used to, but they're extremely flexible once you get used to them.
Jul
12
answered Managing multiple people working on a project with GIT
Jul
12
answered Is committing/checking in code everyday a good practice?
Jul
7
answered The benefits of using RAII in C++
Jun
29
awarded  Nice Answer
Jun
29
awarded  Nice Answer