HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andy128k

no profile record

comments

andy128k
·2 yıl önce·discuss
This is what BEM solves. You do not have class="Card big" but class="Card Card_big". And if you care about modifier conflicts you may always define a rule .Card_big.Card_small { /* whatever makes sense */ } and not rely on a random application of attributes.
andy128k
·4 yıl önce·discuss
That's how software stagnates and dies.

> ... risk opening the flood gates for people rewriting things...

This sounds like "we feel that changes are needed but we will not be able control it".
andy128k
·4 yıl önce·discuss
Lack of automatic memory management (garbage collector, smart pointers, ARC...).