PokeVideoPlayer v23.9-app.js-020924_
0143ab93_videojs8_1563605 licensed under gpl3-or-later
Views : 17,022
Genre: Science & Technology
Uploaded At Oct 26, 2024 ^^
warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.924 (16/829 LTDR)
98.11% of the users lieked the video!!
1.89% of the users dislieked the video!!
User score: 97.17- Overwhelmingly Positive
RYD date created : 2024-11-22T04:58:48.862996Z
See in json
Top Comments of this video!! :3
the real genius is the one who writes complex code so that it looks simple.
the code easily allows to debug each step without needing to dismantle lines first and it's error checking for expected values /ranges.
it's not about the line count or about how abstract, "clean" or "dry" it is. it's about how good the code can be worked on in the future and how easy it is to change and optimise it when it's actually needed.
DRY and early abstractions easily run into the problem that important parts of the code get used everywhere but slightly differently. then the single function get's more and more if statments and parameters instead of writing separate specialised functions for the other uses.
heck i have seen 200!!! line functions where the most common usecase only used A SINGLE LINE of it but needed to test through 30 if statments to get to that line.
25 |
@DeniseMilaTeresa
3 weeks ago
aitutorialmaker AI fixes this. Genius guys aren't good developers.
50 |