Software Design & Principles Tutorials

Software Gardening embraces practices and tools that help you create the best possible garden for your software, allowing it to grow and change with less effort.

So far, we have published 18 Software Gardening tutorials and articles, which have been read by over 979824 (Nine Hundred Seventy Nine Thousand Eight Hundred Twenty Four) developers and architects.

117772 views
Abstract: This tutorial summarizes SOLID principles and answers some questions our viewers have asked about SOLID.
39110 views
Abstract: Do you think code reviews aren’t important? Think again. Code reviews are often recognized as the best way to improve code quality. This article will discuss the importance of code reviews, different types of code reviews, and how to conduct a code review.
45841 views
Abstract: Coding guidelines are just one of the many tools developers should have available in their toolshed. By using them, you will help ensure that your code is lush, green, and vibrant.
60565 views
Abstract: Using Dependency Injection and SOLID principles to ensure testable and maintainable software.
43800 views
Abstract: The Interface Segregation Principle (ISP) states that interfaces should be small and should contain only those methods or properties that are effectively required. We will explore ISP in this article.
64368 views
Abstract: Liskov Substitution Principle (LSP) is a SOLID principle that says that given a specific base class, any class that inherits from it, can be a substitute for the base class. We will explore LSP in this article.
58294 views
Abstract: The Open-Closed Principle (OCP) in SOLID states that a Software Entity should be open for extension but closed to modification. Learn about this principle in this article.
83751 views
Abstract: The Single Responsibility Principle (SRP) states that a class should do one thing and one thing only. Learn about this principle in this article.
46054 views
Abstract: This article talks about Object Oriented Programming (OOP), starting with the basics and with examples in C#.
75863 views
Abstract: Code refactoring isn’t code rewriting. Refactoring is the process of restructuring existing computer code without changing its external behaviour. This Software Gardening article talks about what is refactoring, why to refactor your code and the built-in refactorings in Visual Studio.
37585 views
Abstract: What is Agile Software Development? How well is Agile working for you? Where do you need to make changes? This Software Gardening article analyses Agile to see what it really means.
33409 views
Abstract: This article talks about applying Continuous Delivery techniques to deliver working software.
81412 views
Abstract: Get started with unit testing using a simple ASP.NET MVC application. You’ll see how to setup the test and remove the database from the testing process.
38089 views
Abstract: This tutorial explains some best practices to help you improve your Software branching and merging techniques and in turn improve your code.
27880 views
Abstract: This article talks about continuous learning and why software developers must take responsibility for their skills and career. The author also shares some valuable resources to get you started.
37215 views
Abstract: This article talks about who is a Software craftsman, Software Craftsmanship, and what it is all about.
36206 views
Abstract: We begin our discussion of Good Project Management Techniques (Software Gardening) by discussing good soil, which in our case isn’t a software development technique at all, but is dependent on project management.
52590 views
Abstract: Comparing software development to constructing a building is wrong. This article discusses why construction is the wrong metaphor and that software is organic and changes in unpredictable ways

  
Article Filter :
Per page:

$(this).siblings('.current').removeClass('current'); $(this).addClass('current'); $('.tabContent').children('.current').removeClass('current'); $('.tabContent').children().eq($(this).index()).addClass('current'); }); });