10 posts tagged with "refactoring"
May 28th 2020 by Beej Burns
Static code analysis is a way of debugging that automatically examines source code before it compiles or is run. It does this by comparing…
Read MoreApril 9th 2020 by Beej Burns
Code For Cash When you get dropped into a legacy project, one of the main things you'll miss is the use of more modern development practices…
Read MoreMay 4th 2017 by Beej Burns
Originally coined by Kent Beck, according to Martin Fowler "a code smell is a surface indication that usually corresponds to a deeper…
Read MoreApril 27th 2017 by Beej Burns
Originally coined by Kent Beck, according to Martin Fowler "a code smell is a surface indication that usually corresponds to a deeper…
Read More