HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andy128k

no profile record

comments

andy128k
·hace 2 años·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
·hace 4 años·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
·hace 4 años·discuss
Lack of automatic memory management (garbage collector, smart pointers, ARC...).