“Dependencies are technical and design debt” is this a joke? Yea, let’s write a new GTK impl for every single project.
“Make your project not impossible to contribute to.” From what I’ve learned the hard way, it is impossible to contribute to Zig’s CI/CD segment. Maybe this notion would see an actual implementation so more people could improve the work for all the consumers.
You might want to watch the corresponding explanation in the video first, debt is not inherently evil, it’s one of humanity’s greatest inventions/discoveries.
Debt (dependencies) lets you hit the ground running but you give up the ability to quickly fix some bugs (it’s code that you don’t fully understand on the immediate) and you give up some decisional power when it comes to the design of the application. Depending on the nature of the dependency (how close it is to the core functionality offered to the user by your application), it might be an overall win, or a very bad idea.
I don’t watch coding-tech-cs-etc videos (except conference talk recordings, of course). I prefer reading))
Oh, I can quickly push some code to the repository I do not own. This is how OSS should work, no? And I do not give up any power since no one can tell me how to write my project. As an example, I wanted to be able to pull head hashes from a git repo, but all dependencies were too heavy, implementing most of the git functionality that I do not need. So I just wrote my own solution to save bandwidth and cut CI/build times. Suggestions—sure, these are only welcomed. If I feel like I can do better, I push my code upstream so others can reuse it. Refusing to reuse is always a pretty inefficient approach and will actually lead to bloat and debt. Not to mention that this allows you to give consumers a great deal of flexibility.
I too found the bullets questionable. But the video clarification is quite good. It’s just the bullets that does not convey the point with 100% clarity. So they should probably not be listed in short form like that.