|
|
|
|
|
by danso
5046 days ago
|
|
I wish that the learn-to-code movement had a greater emphasis on code as a utility belt, rather than "here's how to make a social website!" Web dev is exceedingly complex and involves a lot more memorization of arcane things than does general purpose programming. Whereas for a non-technical founder, the important thing to learn is how aspects of business and content can be handled in modular, abstract ways (something that is apparent after learning loops and methods). Learn enough code to understand implications of such things as granularity of data, taxonomy, and automation...if a novice can generate a static webpage chart from mashing up multiple data sources, that is hugely useful |
|