|
|
|
|
|
by me_me_mu_mu
1480 days ago
|
|
A lot of boot camp devs have no idea how the computer works and just spew out (often terrible) code. Over time they do develop these skills but I think that’s what the creator is saying. Instead of jumping into creating modals with react or connecting to Postgres and adding some data with Go, I think it’s more important to understand data structures and some strategies around writing code to solve problems. Obviously day to day most react people won’t be implementing these, until they have to create a file explorer and need to show the file tree. Add a new file. Etc. |
|