Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@LastDigitOfPi I do on my Mac but my teacher is using eclipse for the class. I've been using windows more recently. I've used eclipse before, so no biggie.
-
@ThatDude but actually kind of yes. The Space Needle was directly inspired by it.
-
Very cool drawing, but please for the name of god, keep the standards for the language you're coding in. Brackets of the SAME line... Shit my lecturer does it and it is so annoying for some reason
-
mt3o19147yBecause he has to attend the class and learn together with everyone in that class.
I guess he could ask lecturer for quick exam but it's safer to act like everyone else. -
@architect I didn't think it mattered... but I like them in the same line, looks better, runs the same as far as I could tell. But if I'm going to get points off or I'm wrong in some way, I'll definitely change it back to Java standard.
Help me if I'm fucking up! -
It does not matter where you write them for the compiler, but keeping language standarda is a good habit to have. If you look the docs for any Java Framework they all put the brackets on the same line, and if you do this it creates consistency for your code. It doesnt matter for the execution, but it will definitely make hardcore java programmers cringe when they see you put the brackets on a new line :D
Just keep coding bro
Related Rants
I have to learn for loops AGAIN. Oh well, it was a fun assignment.
random
loops
eclipse
college
cs
java