Browse by Tags

All Tags » Code (RSS)

Is it important to write good code? by Fredrik N

The last three weeks I have visit several companies and talked about writing good code. It's amazing to see how different developer thinks about writing good code. Here are some comments when I asked if it's important to write good code: - I don't care...
Filed under: , ,

Region is an excuse for hiding large files by Fredrik N

Often when I take a look at sample code there are a lot of regions. I need to open them all the time, it really start to make me crazy. Why does people even use Region in their code, what's the point of hiding code? I think it's only an excuse to hide...
Filed under: , ,

Lazy Developers? by Fredrik N

When I was out with my new dog (I Chihuahua, wonderful dog), I was thinking about Defensive Programming and Design by Contract. I like to do some refactoring and help other people to write cleaner code etc, not that I’m an expert in the area but I think...
More Posts