jed_fox1’s avatarjed_fox1’s Twitter Archive — № 543

    1. …in reply to @dabit3
      @dabit3 Installing a dependency is a sign of a weak developer. Real 10xers write their code from scratch.
  1. …in reply to @jed_fox1
    @dabit3 Clean code means minimizing extraneous keystrokes. Get rid of indentation, never use semicolons, and use single character variable, class, and function names so you don’t waste time typing out something descriptive.
    1. …in reply to @jed_fox1
      @dabit3 When people say that the future of the web is wasm, they mean that you should write your entire app by hand in the wasm binary format. Using JS code significantly weakens your app’s type safety.