3 Matching Annotations
  1. Jul 2022
    1. modern web development has become selfish
    2. focusing on the developers and making sure the developers can quickly output projects at the expense of the end users
  2. Nov 2021
    1. Until last week, I found this completely mystifying – I had no idea what import was doing and I didn’t understand how to use libraries in that way.

      The build tools are irrelevant (or rather, a red herring).

      JS has import statements. The build tools are (or at least should be) approximating what you get without the build tools interposing themselves into the development process, but doing it in a way that reinforces The Iron Law of Bureaucracy.