Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eccenux
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
eccenux
6y ago
That depends. CSS prototyping is usually easier in Firefox. For example grid editing, flexbox, shape path editing. I mostly switch to Chrome when debugging PWA. Other then that Firefox gives me better UX.
2.
▲
by
eccenux
6y ago
class A defines a let variable. It's how the standard define it. You can replace A with: A = class {...} This works with any browser. BTW. In Firefox there is a multi line editor. With code completion. I actually find more convenient t
3.
▲
by
eccenux
9y ago
The project is interesting... But I don't understand your point about JSON vs JS. 1. You can store JS anywhere (all DBMS support text). 2. You can send it over the Internet... Like everything else nowadays. 3. You can compose JS easily
4.
▲
by
eccenux
11y ago
No, for OS you decide which compilator to choose. As is with browsers. There are several languages (e.g. TypeScript, CoffeeScript, Dart) which can be compiled to JS. That is not what I personally like (the processes of compilation and deplo