Search
Sort By Search Results
  • TDD - Red Green Refactor ExampleApr 08, 2011. In this tutorial I would like to explain TDD (Test Driven Development) with the common Red Green Refactor example.
  • Refactoring Common Code with Azure Bicep User Defined FunctionsMar 19, 2024. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a simple way to write code that you can reuse over and over again, making your projects more organized and easier to manage.
  • Advanced JS - Refactoring Toward ObjectsFeb 07, 2023. This article will help you to understand and refactor toward OOP in Javascript.
  • Refactoring String Into a Specific TypeMay 15, 2020. In this article, you will learn about refactoring string into specific types.
  • Architecture Smells - Detection And RefactoringJan 05, 2018. The concept of “smells” is familiar within the software engineering community. The term “code smell” first appeared in the popular Refactoring book by Martin Fowler; it was informally defined as “certain structures in the code that suggest (sometimes they scream for) the possibility of refactoring”. An excessive number of smells in a software system impair the quality of the software and makes the software hard to maintain and evolve.
  • Pros And Cons Of Code RefactoringJan 09, 2017. Code Refactoring is an important part of software development. This article will explain the benefits and drawbacks of code refactoring.
  • Diving Into Visual Studio 2015: Code Refactoring - Day FourMay 11, 2016. In this article you will learn about Code Refactoring in Visual Studio 2015. This is part four of the article series.
  • Write Code Refactoring Extensions In Visual Studio 2015Jan 25, 2016. In this article you will learn how to write Code Refactoring Extensions in Visual Studio 2015.
  • Refactoring in C#May 12, 2014. Here, I'll explain how to do refactoring more easily using Visual Studio.
  • Refactoring in NetBeans IDEJul 22, 2013. This article describes about refactor technique on NetBeans IDE as refactoring has become a full-fledged part of software development.
  • Refactoring: Magic NumbersSep 14, 2009. Learn how to improve your code using Magic Numbers refactoring.
  • Refactoring in Visual Studio 2005Jun 11, 2004. Refactoring allows developers to use the built-in feature of Visual Studio to rename and convert and change the signatures and definitions of a class members. In this article, I will show you how refactoring feature provided by Visual Studio 2005 can be a handy tool when you are reorganizing or optimizing your existing projects.

OUR TRAINING