@nik SOOOOOOOOOOOOOOOOOYYYYYYYYYYYY
@nik I used to be a Sublime guy, switched to vscode too. Still surprised at how well it works for an electron app
@NEETzsche @nik I'm gonna try emacs sooner or later
@Moon same to both
@orekix @nik some guy, maybe a gnome or npm guy I can't remember, wrote a really passive-aggressive blog post about how he codes in gedit and whenever he tells people that they sneer at him. His point was something about not judging people's editor choices, but honestly I read it and was like, this is not convincing, you just sound stubborn
@icedquinn @nik @Moon most java devs are IDE babies because somehow project compilation is often tied to IDE
@hj @icedquinn @nik I fought this so much at my last job, I was responsible for a build server so I had made maven config for the project but everybody used the Eclipse settings to build so they would get out of sync and then blame me.
@icedquinn @hj @nik There's well-supported maven support in eclipse, you just gotta use it. but yeah maven sucks, gradle is better. anybody that does java professionally has to learn maven though because you're gonna run into it.
@icedquinn @nik @Moon iirc even if you use maven you still might have issues because IDE compilation != maven compilation
@Moon @nik I still have my sublime text although what I thought was a lifetime license recently expired which is a bit annoying. I have a lot of people telling me how great vscode is but I'm a stubborn curmudgeon. I actually like vim a lot, and I have a few things that make it about as natural as any other editor to use.
- replies
- 0
- announces
- 0
- likes
- 0
@icedquinn @hj @nik I use a framework called vert.x, maybe it's smarter to incorporate gradle or maven in there but I never felt the need.