Post number #551934, ID: 52269c
|
Will it help me get a fast job, even if I'm not a cs major? I'm still a STEM major (biochemistry) but I've always liked computers and programming
Post number #552012, ID: c24c99
|
Yep, it's hard to avoid JS these days
Post number #552082, ID: 62210c
|
Javascript is cancer, it's never worth learning.
Post number #552083, ID: c24c99
|
>>552082 you're confusing things, Javascript is not java Javascript is a lesser evil
Post number #552114, ID: ef4bdb
|
>>552083 is java really that bad? or is it not useful or something? it (along with c++) is the main language taught at my university
Post number #552119, ID: c24c99
|
>>552114 1- it belongs to Oracle 2- Java programmers are cultists that think it is the ultimate language and that it can be used for anything 3- most important things that made java "revolutionary" are already pretty common in most high level languages 4- too many different patterns for project structure what makes it hard to hop in a new project 5- pretty much all good IDEs are paid 6- the "same code runs exactly the same on every system" thing is not true anymore
Post number #552137, ID: 62210c
|
>>552119 Java is better than JavaScript. JavaScript doesn't even deserve to be called a programming language. Java is annoying, JavaScript is wrong on so many levels. If a language cannot follow basic mathematical properties,it doesn't even deserve to exist.
Post number #552141, ID: 62210c
|
0 == "0" is true, 0 == "" is true, but "" != "0". Something like that is enough to see that javascript is simply wrong.
Post number #552142, ID: c24c99
|
>>552141 Javascript is a mess I admit but so is 90% of the stuff created for front-end web development, having that in mind I agree that Javascript for back-end is an abomination but it's on par with most front-end stuff
Post number #552155, ID: b665d1
|
>>552119 1- not an argument - Swift belongs to Apple and it's GOAT 2- that's not a criticism of the language 3- the same goes for all established languages. People don't use them because of their revolutionary features, they do because they're widely used and tried and true 5- IntelliJ CE is great and has everything you'll ever need
No comment on 4 and 6 since I've never done a big project in Java so I can't tell. But it's not the devil, it's just very verbose and fairly ugly.
Post number #552156, ID: 854be2
|
>>552155 1- I said "Oracle" not "big corporations" 2- fair enough 3- the problem here is how people advertise java as a revolutionary miraculous solution for everything 5- when I was learning Java intellij was paid
Ok maybe my main problem is not with Java, just please don't fall for the cult of "Java is perfect" and keep a wider array of languages handy, a good professional uses the right tool for the right work
Post number #552280, ID: 2a1b70
|
The languages themselves aside, I see a lot more job posting for javascript webdev and java mobile programmer than any other dev job, so, yeah? I think it's solid if you want a job.
Post number #552305, ID: e256a5
|
>>552280 This, web dev is so huge that it's impossible to ignore. It might not be the prettiest of languages, but nowadays if you're not willing to learn JavaScript you're unemployable for most CS jobs.
Post number #552390, ID: 2b78de
|
>>552119 even Oracle follows the open source Java project now btw
Post number #552391, ID: 2b78de
|
I'm in camp why learn a language that is unreadable by default, along with the creator saying it was a mistake
Post number #552500, ID: d200cb
|
>>552156 how do you know which language to use and when? is it an instinct thing that comes after you learn multiple languages?
Post number #552506, ID: 2b78de
|
>>552500 sort of, it's just knowing the languages and sort of thinking about what you'd need to use to finish your project, if you need speed for instance you'd want a compiled language but if you just need to bang out something that works maybe a higher level interpreted language, it's sort of like that only with knowing which features set will make your life easier
Total number of posts: 17,
last modified on:
Tue Jan 1 00:00:00 1555735799
| Will it help me get a fast job, even if I'm not a cs major? I'm still a STEM major (biochemistry) but I've always liked computers and programming