HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vi2837

no profile record

comments

vi2837
·2 anni fa·discuss
I wonder why nobody mentioned it - there is one more advanced principle AHA: (Avoid Hasty Abstractions) https://kentcdodds.com/blog/aha-programming#aha- Overusing the DRY principle can make software almost unsupportable.
vi2837
·2 anni fa·discuss
Hm, I dont' remember it now, it was over 20 years old :).
vi2837
·2 anni fa·discuss
Yes, IT processes significantly differ from those in other areas and can't be evaluated by the same methods - due to the complexities, hidden problems, and overevaluated expectations. For example, the known fact: adding a new member to a team doesn't linearly increase productivity.Nowadays probably AI will help here :)
vi2837
·2 anni fa·discuss
Yeah, full website design screenshots would look better, and easier to find the best, like here https://www.pickedweb.com
vi2837
·3 anni fa·discuss
I use the same approach, which works great for me.
vi2837
·3 anni fa·discuss
There is also more advanced AHA principle (https://en.wikipedia.org/wiki/Don't_repeat_yourself in alternative section) - which is an evolution of DRY and is great for avoiding redundant complexity caused by DRY.