NO MOMMY IM SORRY I BOUGHT BITCOIN AAAAAAAAAAAAAAAAAAAAAAAAAAA
Mason Harris
Java is not hard.
Connor Smith
I TOOK A COURSE IN ASSEMBLY AND WHILE THE ASSIGNMENTS WERE SIMPLER THEY WERE WAY EASIER TO DEBUG ALL THE REGISTERS VALUES WERE DISPLAYED AT ALL TIMES AND WERE INTUITIVE
JAVA IS SHIT AND ECLIPSE IS SO FUCKING ANNOYING
END MY FUCKING SUFFERING PLEASE ITS DUE IN 6 DAYS AND IM MOSTLY DONE BUT I STILL FEEL SO FRUSTRATED I CANT JUST DO IT NOW, LIKE WHY??? CANT I THINK OF THE SOLUTIONS
Thomas Diaz
Well then don't write buggy code in the first place, gah
Sebastian Stewart
You're having this much trouble with a school project? I don't know if this is the right industry for you user...You think you could play a part in maintaining an actual project and not do more harm than good? Because I doubt it if this is your reaction to any kind of school project. -CTO of a company you may have heard of
Nathaniel Hernandez
TOSS MY CODE INTO A TRY CATCH THIS IS MY LAST RESORT SUFFOCATION NO BREAKPOINTS
Zachary Parker
user, I write software as my job fulltime. If you don't like debugging, be prepared to hate life. It is about 50% of the job.
Justin Price
How embarrassing he can't even get java to work
Joshua Evans
my major is CS but im planning on going to med school.
CS is actually my plan B, i picked it because i like programming. im just having a breakdown because this project is making me go nuts
Camden Wood
guys I want to just finish this fucking project but im so tilted and stressed... what do I do
Angel Sanchez
Install Gentoo
Joseph Wilson
can u guys appreciate my meme lyrics i spent a couple secs on em
Oliver Hall
My guy just set break points and step through, you can view the variables as you go
Xavier Price
eclipse is just so annoying. Everytime I resume, it switches away from the variables page. I ahve to click back on it, then click back on my 2d array, and then click on the array from that array that I wanted to see. EVERY time I step to a line that modifies it
Ryan Perry
I agree and only write native code which has support for the world's best debugger (windbg) Just power through it my guy
Angel Long
dw user i thought they were cute
Sebastian Hall
You don't like programming
Jose Williams
desu debugging in acme is pretty braindead and borderline enjoyable, I recommend it
I took an assembly class and never wrote a line of assembly
send help
Camden Walker
idk if serious but if youre frustrated, give it a break and come back to it later when youre a bit more relaxed. :)))))
Ayden Sullivan
Ridiculous breakdown over a school project aside, Eclipse is buggy ass shit and I refuse to use it if I can help it.
But seriously, learn to chill on that project. I failed to finish an assignment or two before and as long as you can make up the points through the rest of the class somehow (other projects, tests, etc) it'll be fine. Just turn in what you have, partial credit is better than no credit.
Lucas Adams
Programming isn't for everyone. Don't feel bad about giving up. Just do something else.
Juan Hughes
This is what you get for copy-pasting everything from stackoverflow instead of learning it yourself, dunce.
Isaiah White
I didn't believe there were girls on Sup Forums until I read this post.
Aaron Gray
>i have to be better at coding >REEEEEEEE
is basically what OP says
Liam Myers
I remember I had no idea how to do proper debugging in school. Shit, I'd put System.out.println() every 2 lines of code. Simpler times.
Levi Mitchell
son, you have to calm your tiddies. like it or not, Java is one of the easiest thing to debug and fix. sit back, relax, and try again later.
Ryan Harris
not much changed, user. for basic shit, that approach still works.
Tyler Diaz
>ECLIPSE IS SO FUCKING ANNOYING Give the Jetbrains IDE a go
Adam Diaz
OP is finally starting to understand why even huge corporations have trouble with software bugs
Camden Butler
>WHY THE FUCK DO 3 MORE BUGS SHOW UP EVERYTIME I FIX A BUG You don't have any real understanding of the program and as such cannot comprehend what consequences the changes you're making to fix bugs really have.
Lucas Bennett
Just fucking print your variable to console
Grayson Roberts
HI, have you tried writing better code to begin with?
Caleb Richardson
Git gud
Cameron Howard
>2018 >still using the bloated debugger instead of spamming Log.d("TEST VALUE: " + x); everywhere in your code Lightning fast debugging, the true chad way.
Angel Wright
Try not writing shit code then
Brandon Hill
>I FUCKING HAT DEBUGGING Lol, just be urself, normie
Kevin Hill
>read error message >find possible spot where this error can occur >fix spot
or just program without writing bugs, its not hard also underage b&
Hunter Collins
...
Hudson Reyes
>Not proving validity and certainty of your code before you write it
brainlet XD
Bentley Hall
>bug it's not a bug, it is a feature.
Ian Jenkins
This could be avoided by better planning before you actually start writing code. If you actually understood what your code was doing, you would not only understand the errors, but be able to avoid them.
Before you put your fingers on the keyboard, identify the problem. Break it down into smaller modules until you have a coherent structure and a solid plan for you program. Then, you will understand what your code is doing and why.
Jaxson Rivera
This
OP in Java there are a shit ton of ways to do the same thing. Just try again and fudge it a different way. Become the true Pajeet
Josiah Collins
OP take some break from your project and grab some nutritious food and water. Have a meal don't read anything while you're eating. Just relax then come back to it. You have plenty of time.
Jaxon Davis
Hello user. I am here to end your suffering. Upload your project files and I'll take a look.
Adam Evans
>WHY THE FUCK DO 3 MORE BUGS SHOW UP EVERYTIME I FIX A BUG
>JAVA
You answered your own question
Joseph Cox
Normal programming >think of a solution, then implement it
Java programming: >randomly shit out code until you stumble on something that passes all unit tests.
Justin Myers
I am developing software (desktop, web, mobile) for over 10 years now. I _never_ used a debugger since then. I don't even know how I would use the debugger in my IDE. I think that is the cause that I can find an error in my or others code by simply thinking about it. I guess I am used to think through every possibility now.
Caleb Jones
I use to think the "shit java programmer" was a meme until I was forced to take a class in uni It's no joke
Christopher Ortiz
>all of these posts that blame buggy code on Java >Java does a ton of handholding that prevents the most retarded shit
I'm pretty sure 90% of "programmers" on Sup Forums are pretenders.
Adam Phillips
Hand holding doesn't keep the kid from pulling everything off the shelf. It may guide you in the right direction but depending on how you go you can be bloated as fuck
Justin Taylor
Underrated meme.
Isaac Rogers
They made me laugh
Daniel Kelly
Honestly, Java was a mistake for teaching CS. In class they just make you write a for-loop to sum up some integers. The thing is, Java sucks for such trivial code. It probably would be easier to do the retarded freshman CS assignments in assembly.
Henry Moore
This is an 18+ board.
Evan Campbell
Sounds like you should do test driven development
Eli Rodriguez
1) Use lombok, vavr and a non-null annotation library. 2) Program Java like you would program OCaml/F#. 3) Enjoy preventing yourself from producing 90%+ of your usual rate of runtime errors.
Evan Sanders
very nice
Levi Perry
post code and we debug for you my dood.
Adam Cook
Just write something for fun, understand how the beast work inside. It will be better for your high level code, as you will know what the compiler will be attempting to do (in a much better way than you).
Shut the fuck up. "Bloat" is not a real thing anymore. Not with the amount of RAM modern computers have. Not with the amount of processing power can be shoved into a device smaller than a 90's calculator. If you truly cared about this so called "bloat", you would probably be running bone dry ASM programs, but you arent because we dont give a fuck about this kind of shit anymore. Fucking retard, if you really think Java is any more "bloated" than any C based language out there, I'm more than ready to see your argument to back that dumb idea up.
Jackson Mitchell
> 1 GiB wam isn't big anymore cuz I got 16 GiB
Camden Bell
Eclipse isn't rocket science you fucking skid. If you're really so incompetent that you can't use it, go download bluej
Andrew Russell
Also I like how we can figure out who OP is because his caps lock is stuck on, probably from him smashing his keyboard
Benjamin Hall
Pajeet my friend, do you happen to be mentally retarded? Java is a joke of a language and more or less only still exists due to legacy frameworks by dinosaur companies that are too fucking lazy to change, and the fact that it is shoved down everyone's throats in college.
Jose Wright
This.
Frustration is part of the process. It teaches you patience in both writing and debugging because your rational faculties are finite in any given event horizon. Go do anything else for 12 hours.
In the long run, I'd suggest starting a mindfulness discipline. You'll need it whether you choose medicine or computer science.
Hunter Richardson
Cmon user. it's verbose. It's dumb for all the reasons you listed.
Nolan Wilson
M8 if you have debugging then have fun with asm. LOL