Browse by Tags

All Tags » Code » C# (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: , ,
More Posts