u/Spectra - 8 Archived Voat Posts in v/programming
u/Spectra
  • home
  • search

u/Spectra

0 posts · 8 comments · 8 total

Active in: v/programming (8)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: What are some programming jargon everyone should be aware of?

And to extrapolate on your "Magic" definition... "Magic Numbers" are a common thing among people who don't share any code. For example:

for (int i=0; i < 56; i++); //wtf why do something 56 times?

VS. something like:

maxAmtOfPeople = 56;

for (int i=0; i < maxAmtOfPeople; i++); // oh the clarity

5 27 Jul 2015 03:34 u/Spectra in v/programming
Comment on: Hackr.io - massive list of free programming tutorials online for lots of different subjects

Right? I haven't even heard of a bunch of the things on that list

0 14 Jul 2015 17:58 u/Spectra in v/programming
Comment on: Can anyone recommend a book?

Hell yea, Head First taught me Java and got me and whoever else I could get to borrow the book interested in programming.

0 13 Jul 2015 21:26 u/Spectra in v/programming
Comment on: Can anyone recommend a book?

Oh cool then.. Sounds like you don't need too much help if you know Java and the Visual Studio already.

0 11 Jul 2015 23:14 u/Spectra in v/programming
Comment on: Can anyone recommend a book?

Idk what your programming level is, but if you're really new then check out Head First C#

1 11 Jul 2015 23:07 u/Spectra in v/programming
Comment on: Am I wasting my time?

Exactly, I've been surprised at exactly how similar they are; I've copy-pasted Java functions into C# with no/very few complaints.

0 11 Jul 2015 23:02 u/Spectra in v/programming
Comment on: Help! I can never finish a project

Keep it objective orientated.

... Keep the objective orientated towards the object oriented :D

0 11 Jul 2015 18:32 u/Spectra in v/programming
Comment on: Not sure why that Bash Script isn't working, want to understand rather than copy pasta from stack?

https://github.com/koalaman/shellcheck/wiki/SC2045

Shellcheck is an awesome website! Did you try the first suggestion in the above link? Though I personally can't testify to the fragility of iterating over objects...

2 09 Jul 2015 01:22 u/Spectra in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.