All software rots

Software starts to rot as soon as it’s written. The sooner we realise that a line of code is no longer needed, the cheaper its overall maintenance will be. Ideally during the planning phase of a feature we rule out unnecessary code. Sometimes it’s not until the code review that we realise what was just written is not needed. It’s easy to think, well the code is already written so we might as well deploy it. This might be true if the most expensive part of development is writing a line of code, but when we consider the overall cost of maintaining the code, the upfront development is probably closer to a quarter of the cost or less!

Efficient Data Access with PIVOT

When following good database design principals, data is structured in some sort normalised form, usually Third normal form (3NF). Roughly, a table only contains columns that are all related to the primary key of the table. Usually in 3NF, a single piece of information is kept in exactly one place, which makes it easy to update and ensures consistency.

Pagination


© 2021. All rights reserved.

Powered by Hydejack v9.1.6