![]() 09/02/2018 at 03:36 • Filed to: None | ![]() | ![]() |
Midterm practical tests are coming up and I thought of turning to you lot (and Reddit, eventually) to help me ace it. Hit it!
![]() 09/02/2018 at 03:44 |
|
Are you really using notepad for code?
![]() 09/02/2018 at 03:50 |
|
No, not in school, and this one’s just a screenshot for posting purposes. Notepad++.
![]() 09/02/2018 at 03:56 |
|
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).
![]() 09/02/2018 at 04:16 |
|
no idea what’s going on here?
![]() 09/02/2018 at 12:26 |
|
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.
![]() 09/02/2018 at 12:28 |
|
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.
![]() 09/02/2018 at 12:52 |
|
No vim for me. I’m team emacs... (thought really no one should use either :) )