How to make PowerShell shorten the long path of the current directory.Originally published at https://beingcraftsman.com/2020/09/06/how-to-make-powershell-shorten-the-long-path-of-the-current-directory/Sep 6, 2020A response icon2Sep 6, 2020A response icon2
Collect human-readable code coverage report for .net core appsIn this post, I will note down steps to collect human-readable code coverage for .net core/standard apps on the developer machine.Sep 6, 2020Sep 6, 2020
Published inTechnogiseExtract MethodExtract method is the most frequently used refactoring technique. It reorganizes the code for better reuse and readability.Aug 21, 2019Aug 21, 2019
Published inTechnogiseDon’t use abbreviations while naming variablesIn the month of February 2018, technogise had conducted the code retreat session for engineering graduates. I was one of the volunteers…Aug 21, 2019Aug 21, 2019
Published inTechnogiseAvoid complex conditionals using the ternary operator?: is a ternary operator introduced to write elegant if-else clause.Aug 20, 2019Aug 20, 2019
Published inTechnogiseBe declarative wherever possibleImperative programming focuses on describing how a program operates. Take an example of the below function “ isPresent “.Aug 19, 2019Aug 19, 2019
Published inTechnogiseEncapsulate conditionalsThe conditionals play a vital role in the code for performing business decisions. These conditionals should be easy to read.Aug 19, 2019Aug 19, 2019
Published inTechnogiseFail as early as possibleThe motivation behind this blog post is, of course, “Clean code” book.Aug 14, 2019Aug 14, 2019
Published inTechnogiseReturn as early as possibleDo you know how to check if the given year is a leap year or not?Aug 14, 2019Aug 14, 2019