About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: compile
Readable code and compiler optimization
Most comments on my code during reviews are about optimization. Tools like Resharper suggest code changes for cleaner code and optimization. But what about readability? Are most of today’s compilers smart enough to optimize the code? The sample code below … Continue reading
Compiling mono
As you could read in my previous post I’m playing with mono. This is open source so any problem can actualy be fixed by you. All you need to do is make some changes to the sources and compile. A … Continue reading