Biggest mistakes I've made...
- organizing code by type
- not embracing typescript sooner
- taking DRY waaaay too far
Looking back, correcting those mistakes has been a satisfying part of my career!
Biggest mistakes I've made...
- organizing code by type
- not embracing typescript sooner
- taking DRY waaaay too far
Looking back, correcting those mistakes has been a satisfying part of my career!
```
useFormMaker(ModelClass, bulkUpdater)
```
Still a wip. The constructor looks something like this right now.
```
useFormMaker(ModelClass, bulkUpdater)
```
Still a wip. The constructor looks something like this right now.