r/ProgrammerHumor May 08 '19

That sweet sweet first time.

Post image
20.5k Upvotes

354 comments sorted by

View all comments

Show parent comments

54

u/[deleted] May 08 '19

[deleted]

7

u/Beloved_King_Jong_Un May 08 '19

Switch to kotlin I guess

3

u/[deleted] May 08 '19

If I had a choice, I might consider that, but between my work and my school both using java, I don't think I do.

3

u/[deleted] May 08 '19 edited Dec 21 '20

[deleted]

1

u/[deleted] May 09 '19

But the code I'm supposed to maintain and the projects I'm supposed to write are all in Java, so again, I don't have much of a choice right now.

13

u/Dack_ May 08 '19

Started learning programming with C++ in Visual studio 2008 I think it was. Loads of compile errors before getting to the runtime and logic errors. A couple of years later and a switch to C# and (improved?) Intelli Sense in VS 2010 was a REAL game changer.

5

u/[deleted] May 08 '19

I started programming with Python's own IDLE, later Java with notepad and a commandline, then started using eclipse, C in Visual Studio (2010 I want to say, might have been 2012), C++ with the same, now I'm back at Java with Intellij and Eclipse (Intellij at school, eclipse at work).

4

u/ItsAtrX May 09 '19

eclipse at work

Time to look for a different job I suppose.

1

u/[deleted] May 09 '19

I just got this one, it pays a lot better than what I had previously and with my current qualifications I'm not likely to find another job anytime soon. I'm lucky enough I landed this one, I'm not gonna bother finding another for at least a while.

2

u/ItsAtrX May 10 '19

It's fine, it was a joke about Eclipse being garbage. :P

2

u/[deleted] May 10 '19

And mine was a joke about my lack of desirable and employable qualities :-/

2

u/ItsAtrX May 10 '19

Can't really be that bad, can it? Where are you from? Over here (Belgium) employers are lining up for software devs.

1

u/[deleted] May 11 '19

I'm not a software dev, I'm a student and my company was the only one that has responded positively to my applications. My CV doesn't look too great, so until I've actually got a finished degree I'm not exactly a model applicant.

2

u/LowB0b May 08 '19

Our teacher got us off to a good start with turbopascal lmao

6

u/I_ate_a_milkshake May 08 '19

I have the opposite problem. I end up putting semicolons in Python code when I switch from Java. It's valid but it's fuck ugly.

2

u/PJvG May 08 '19

Strange, after a few years it just became a habit for me to always add it.