Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andy128k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
andy128k
2y ago
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 */ } an
2.
▲
by
andy128k
4y ago
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".
3.
▲
by
andy128k
4y ago
Lack of automatic memory management (garbage collector, smart pointers, ARC...).
4.
▲
by
andy128k
8y ago
I also use ag for years. Recently I tried to use rg and found it is even faster than ag. Few times I compared results and somehow ag skipped few files but rg found matches. My reflexes are still to type ag but I already want to switch to rg