DroneRights [it/its]

  • 8 Posts
  • 183 Comments
Joined 2 years ago
cake
Cake day: August 25th, 2023

help-circle
rss

  • IMO most “flashy” frameworks betray the principle of high cohesion. Importing a time library to handle timezones is a great idea. Importing a math library to calculate derivatives is common sense for good reason. But huge frameworks that change the entire way a language is written are ridiculous. I’m looking at you, Vue and Tailwind. I usually see these sorts of frameworks used by people who aren’t qualified programmers and who don’t know software architectures or best practices. In other words, the kinds of people who get promoted to management positions and tell us what frameworks to use.

    (Typescript is awesome though)






  • I think all three of the people replying to you are wrong. They all think you’re having trouble finding a project you want to work on. But I think you’re saying you struggle to understand how the logic of a program fits together into accomplishing anything.

    I think you should follow one of these lessons to produce some example code, and then use the debugger to watch it function line by line.