Sabitlenmiş Tweet

In hindsight, I've created somewhat of a unique way of coding
Starting new is hard. Few people have the entire ecosystem of code loaded in their mind. Progress is excruciatingly slow at the beginning
* connect the database
* build repos
* setup DI
* database migrations
* HttpClient's
* configuration files
* Docker files
list is endless
API's are frequently shifting and changing
We know how to code but how these things all connect together takes time to figure out
Losing hours to dumb bugs is a MASSIVE DRAIN
My approach is obvious, but:
* no one talks about it
* no one recommends it
* no one even realizes it exists
It's not a hack
It's not a shortcut
But here it is
I write a lot of code
I figure out the little ways to do stuff
I create a TON of examples
1-2 times per year I code a big project
The big projects are based on the previous projects so I always get a head start on the next thing
In the big projects, much of the code comes from my samples
So that's the secret
Write more code that you think is reasonable
Make examples out of it
Use them later on
English





















