Avoid shortcuts (or at least record these as tech debt to fix)
Shortcuts are tempting because they can save you time and money, but this happens at a cost.
You should avoid:
– Duplicating code.
– Not running tests.
– Failing to manage or measure code complexity.
– Not creating a style guide.
– Overlooking code design.
Explanations in our full article.