Because I was able to make that run well, gimme some total scrub-tier to novice-grade debugging exercises

Kinja'd!!! "Wheelerguy" (wheelerguy)
09/02/2018 at 03:36 • Filed to: None

Kinja'd!!!0 Kinja'd!!! 7
Kinja'd!!!

Midterm practical tests are coming up and I thought of turning to you lot (and Reddit, eventually) to help me ace it. Hit it!


DISCUSSION (7)


Kinja'd!!! facw > Wheelerguy
09/02/2018 at 03:44

Kinja'd!!!1

Are you really using notepad for code?


Kinja'd!!! Wheelerguy > facw
09/02/2018 at 03:50

Kinja'd!!!0

No, not in school, and this one’s just a screenshot for posting purposes. Notepad++.


Kinja'd!!! facw > Wheelerguy
09/02/2018 at 03:56

Kinja'd!!!1

Glad to hear it. I’m pretty sure I would quickly go insane without the formatting/syntax help to say nothing of more advanced toys. I primarily use a mix of Visual Studio, VS Code, and Geany (similar to Notepad++, they are both Scintilla-based, but Geany is cross platform so I can use it on Linux).


Kinja'd!!! pip bip - choose Corrour > Wheelerguy
09/02/2018 at 04:16

Kinja'd!!!0

no idea what’s going on here?


Kinja'd!!! Eric @ opposite-lock.com > facw
09/02/2018 at 12:26

Kinja'd!!!0

I do most coding in vim and Sublime Text (mostly because I use it like a huge list of dirty examples for common tasks that I haven’t yet completed in vim).

But don’t be like me, I’m insane. If I did much development in Microsoft languages, I’d use their IDEs, but I don’t.


Kinja'd!!! Eric @ opposite-lock.com > Wheelerguy
09/02/2018 at 12:28

Kinja'd!!!0

Why are you using Allman and K&R in the same code?

Why are you indenting everything after instantiating that Scanner object?

These tab depths  are painful. Either reduce them or refactor, your choice.

Also: I hate Java. It causes brain damage to larval software developers that takes many years to reverse.


Kinja'd!!! facw > Eric @ opposite-lock.com
09/02/2018 at 12:52

Kinja'd!!!0

No vim for me. I’m team emacs... (thought really no one should use either :) )