Earlier quoted context omitted.
> And if you do, jesus, there's better alternatives than JavaFX (use Qt). Because "god forbid" anyone use technologies associated with java? FUD at its finest. > Fat chance Visual Studio Code (often hailed as "one of the best-optimized electron apps") would have existed on Linux without Electron. I just use IntelliJ IDEA. It's ten times faster and ten times more powerful than Visual Studio Code. And it's written with…
As someone who spends all day in IntelliJ there's no way it's 10x as fast, hell for me it's flipped the other direction. VSCode is easily 10x faster than IntelliJ. If I'm writing Java I'll happily use IntelliJ but anything else it's VSCode or vim.
Say no to Electron: use JavaFX to write a fast, responsive desktop app
91–100 of 143 posts
Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#92Earlier quoted context omitted.
> JS is weird yes. JS has problems yes. But the author is promoting friggin JAVA as the alternative? As a language, I find java is much better designed than Java Script.
Thats a totally valid opinion but its just that: an opinion. Personally I find Java overly verbose and bloated. I'd use it if it was the right too for the job though. Just depends on what you are doing.
Not much more verbose than it needs to be explicit.
"Explicit is better than implicit."
PEP 20, Zen of PythonRe: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#93Earlier quoted context omitted.
> And if you do, jesus, there's better alternatives than JavaFX (use Qt). Because "god forbid" anyone use technologies associated with java? FUD at its finest. > Fat chance Visual Studio Code (often hailed as "one of the best-optimized electron apps") would have existed on Linux without Electron. I just use IntelliJ IDEA. It's ten times faster and ten times more powerful than Visual Studio Code. And it's written with…
+1 for intelliJ, or anything jetbrains. vscode gets a lot of hype but for serious development its still a toy. that said, as far as vscode proving that electron apps can be done very well, i do agree
Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#94Author: "Electron is bad so let's use something even worse."
Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#95Earlier quoted context omitted.
+1 for intelliJ, or anything jetbrains. vscode gets a lot of hype but for serious development its still a toy. that said, as far as vscode proving that electron apps can be done very well, i do agree
why do "serious" Developers have to use heavyweight IDEs? what makes a more basic editor a toy?
Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#96> This is not as much a result of the superiority of the web stack for building applications (far from that, I don't think anyone disagrees that the web is a mess), as a failure of the current desktop UI frameworks. If people are preferring to ship a full web browser with their apps just so they can use great tools such as JavaScript (sarcasm) to build them, something must have gone terribly wrong. This article so th…
I am not a web developer, so I may be way off base.
Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#97"you can distribute it to any user on any OS and it will just work." I had to check the date on this article to see if it was from 2007 or something. Under no circumstances does java "just work", its an insane mess of java shipped with the os, being updated, and people not updating due to oracle trying to force feed crapware as part of their installers/updaters. I, for one, do not live in a world that resembles anyth…
… especially if there's a dependency on JavaFX which is not available by default with every “Java” out there (eg. OpenJDK on Ubuntu).
Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#98Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#99Re: Say no to Electron: use JavaFX to write a fast, responsive desktop app
#100Earlier quoted context omitted.
As someone who spends all day in IntelliJ there's no way it's 10x as fast, hell for me it's flipped the other direction. VSCode is easily 10x faster than IntelliJ. If I'm writing Java I'll happily use IntelliJ but anything else it's VSCode or vim.
Are you running stock or loaded with plugins ?