PokeVideoPlayer v23.9-app.js-020924_
0143ab93_videojs8_1563605 licensed under gpl3-or-later
Views : 13,822
Genre: Science & Technology
Uploaded At Oct 17, 2024 ^^
warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.876 (21/658 LTDR)
96.91% of the users lieked the video!!
3.09% of the users dislieked the video!!
User score: 95.36- Overwhelmingly Positive
RYD date created : 2024-11-12T21:46:07.683461Z
See in json
Top Comments of this video!! :3
As an iOS tech lead, I try to explain to my coworkers that Clean Code is not a dogma that needs to be applied with the same examples that some people propagate. Being as simple as possible (KISS) is good for every developer who joins an existing project because it will take them less time to jump in, not break something easily, and start contributing to the project.
Really simple, thanks Philipp ๐ช
6 |
Yes, for personal projects this may apply, but if You work with at least few devs then everyone will have it own 'simple stupid' perception what when mixed in longer term may just end up with 'stupid' - that is hard to maintain and devlope codebase. Some rules, maybe not full blown clean code + solid + X patters, but some of them, helps to maintain project in 'tidy shape' for a longer time. Imo everything boils down to amount - every cure in large enough amount becomes toxic. but it does not mean that You should not take medicines at all ;)
1 |
Is it possible to consider clean architecture what is actually is for once and stop thinking that it is only what you've seen in the biggest app project you've worked on?
Clean architecture works on both small and big projects, it can be done minimizing abstraction, and it keeps everything simple and isolated for the ones afraid of it.
If you think it's cumbersome and clunky, either you don't understand what architecture is about or you're to lazy to get into good software practices
|
@imb-alan-ced
1 month ago
Glad you added the caveat of working on enterprise software. The problem is, most large enterprise software has legacy architecture that could use a "cleaner" architecture to make scaling easier. Simple is good for smaller personal apps, but once it starts to get into a larger codebase maintained by multiple devs, ANY standardization of architecture is better than none.
15 |