Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jasonkarns
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jasonkarns
2y ago
Side project means it’s not that team’s primary focus.
2.
▲
by
jasonkarns
13y ago
What's your definition of zoomable? I'm able to adjust text size just fine. More details on your specific issue? If you mean layout, it is responsive. The text column narrows and the images never exceed 100% width.
3.
▲
by
jasonkarns
13y ago
The author is stating that the child dependency cannot be extracted to another library or app. If it is extracted, it is untested, because the only tests wrapping the child dependency are actually testing the child's original parent.
4.
▲
by
jasonkarns
13y ago
There is a strong difference between exposing everything as part of the API, and making it permanently inaccessible. Taking your car example, imagine if the engine were in a locked black box. Any modifications or changes necessary would req
5.
▲
by
jasonkarns
13y ago
Depends on your definition of frontend tests. TDD alleviates these workflow problems for javascript (the actual code of the application). But using automated tests for the UI layout is gonna be a bad time. As @davemo mentioned, this post se