• 3 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle









  • Another correlary: learn lots of languages, even if you’ll never use them. I never want to fall into a codebase that I’ve never even learned the paradigms. One procedural, one functional, one OOP, one interpreted, one compiled, one byte code compiled, one or two command line scripts, regex, all the structured data text languages: XML, CSV, JSON, YAML, TOML, … A JavaScript framework. HTML. A relational database, a non relational db. REST.

    Should be enough to get started lol. But you learn something from each, about code architecture at least.

    Always learn the languages preferred directory and repo layout structure, never invent your own.