Source code
is the biggest asset of software companies. However, that asset can get rusty over time. In software design, these rusts are known as
code smells
. This chapter will show you how to find such code smells from your source code using Roslyn and LINQ.
Artists sometimes pause after they’ve been painting a while and step back. They relax and look at their painting. This gives them a clue whether they are doing what it takes to get to the picture of what they had been envisioning. We programmers can take a cue from our painter friends. While ...