15

The 1, 2, n pattern - Terodox.tech - wicked tech bub

 4 years ago
source link: https://terodox.tech/one-two-n-pattern/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

The 1, 2, n pattern

2020-04-05 Andy DesmaraisJavaScript

Cover photo credit: Evan Dvorkin

When do we create an abstraction? It’s an interesting question that has many different potential answers. I want to present to you a pattern that I’ve used very successfully throughout my software engineering career that answers this question.

1, 2, n pattern

The philosophy behind this pattern is that early abstractions are bad abstractions.

We don’t want to create an abstraction with our first use case because we will inevitably miss a critical use that will fundamentally shift how our code functions.

We also don’t want to create an abstraction too late, because then we have copied and pasted code all over the code base that will rot and fall out of sync over time.

With that in mind, here’s the pattern:

When the code you are writing already exists in two places, and you are writing (or copying) it for a third time, that is generally the right time to abstract that code into a reusable module.

The main point is that with more information, we can make a more educated decision about what the abstraction should be.

Try it

Using the 1, 2, n pattern might feel weird at first. I have watched engineers have small breakdowns when I suggest they leave the same function in multiple places. “But that’s not DRY!?” My response is generally the same to all of them, the maintenance for two function is very small compared to a bad abstraction that can grown into a monster very quickly.

Loading...
Terodox.tech - for random technical musings

Andy Desmarais Is a software engineer from New Hampshire, USA. Primarily focused on Javascript these days, he has development experience in C# and Java. Beyond software his hobbies include climbing, brewing beer, and raising his four children.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK