|
|
|
|
|
by _gabe_
1451 days ago
|
|
> Sure, but what if you are just being lazy and you don’t appreciate what it should look like long term? I wasn't aware that some devs have a side hustle as fortune tellers? On a more serious note, you should take a look at Sandi Metz's "the wrong abstraction". https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction |
|
A simple example. If you are making a multi-page website that contains a header on all pages, you can separate the header into a component from the get go, instead of duplicating the header for each page and then abstracting it in the future (where it starts to become more work).