Archive for category Code Smell
Tech Interview – Refactoring III – Simple Refactor
Posted by Viktor Peller in .NET, Code Smell, Interview, Refactor on July 24, 2017
In the previous part we looked over the MainWindow class and found some improvement points. Those were common mistakes with simple fix. We skipped a big switch block, because it needed more work, and today we are going to refactor that part. We will not refactor it to its final form, though, first, we just make it better. In a second blog post, we will improve the code more.
Tech Interview – Refactoring II – Code Smells
Posted by Viktor Peller in .NET, Code Smell, Interview, Refactor on July 22, 2017
In this part we are going to take a look at the source code and try to answer the question that usually sounds like “what problems can you see at first look” or “what do you dislike when you look at this code” or “how would you change the code to make it better”.
Recent Comments