I do not mean to offend anyone. But it’s very symptomatic and evident that people forgot the complexity of the work we do and the problems we try to solve. I can see numerous example of people that make it clearly evident that they spend drastically more amount of time thinking about and setting up their home offices during these hard times.
Tag: TOOLS
What’s New in Visual Studio 2017
[Updated for the 15.3 release] In March this year we’ve got a brand new and shiny Visual Studio. To many of us the favorite development environment. Here is a high-level recap of the changes made:
Code Analysis with NDepend
When our projects reach a certain size it is very hard to determine the complexity of our code. It gets harder and harder to see the overall picture. It also becomes very easy to introduce unnecessary complexity to parts of our system that we don’t want to. In simple words, it’s easy to get lost. […]