What's your favourite thing about programming?

  • (6 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6

76 Replies - 4162 Views - Last Post: 01 January 2012 - 08:52 AM

#61 Smaxey843   User is offline

  • D.I.C Head

Reputation: 8
  • View blog
  • Posts: 74
  • Joined: 22-November 11

Re: What's your favourite thing about programming?

Posted 20 December 2011 - 08:16 AM

View PostAlbuquerqueApache, on 20 December 2011 - 09:32 AM, said:

Thats where I picked up Java, at school. It is huge in the business world so it's a really good language for that.

I was also stubborn. I hated the textpad crap IDE they kept pushing on us, so I used notepad and the java compiler to help debug my programs. It can be a pain, but you will pick up the syntax very quickly!

However, make sure your checking for logic errors. Those tend to be the ones that creep in later in your programming education.

I was also well prepared for my Java exam. (which was pretty tough for an intro class and covered mostly syntax).

BUT late ron you will find that an IDE can help you debug a program faster or without even have to compile it to figure out where it is failing.

Notepadd++ is the one I recommend for Windows. I may be shot for this, but emacs is pretty good on a linux machine


Acutually, I sort of like gedit better.

i had a coworker turn me onto notepad ++ last year, havnt turned back to anything for plain text. when i picked up C++ though i got pushed the visual C++ express IDE, which is cool as hell for free.
Was This Post Helpful? 0
  • +
  • -

#62 Gorian   User is offline

  • ninja DIC
  • member icon


Reputation: 156
  • View blog
  • Posts: 1,856
  • Joined: 28-June 08

Re: What's your favourite thing about programming?

Posted 20 December 2011 - 08:31 AM

I use vi. In my job I am consistently working with fresh installs of hp-ux, solaris, and aix. vi is the common denominator. I use RHEL and SUSE too, but they have nano. and I prefer vi. Good stuff.

With that said, for small stuff, notepad++ is my weapon of choice for smaller projects, scripts, html, etc. on windows

This post has been edited by Gorian: 20 December 2011 - 08:31 AM

Was This Post Helpful? 0
  • +
  • -

#63 Aphex19   User is offline

  • Born again Pastafarian.
  • member icon

Reputation: 619
  • View blog
  • Posts: 1,873
  • Joined: 02-August 09

Re: What's your favourite thing about programming?

Posted 20 December 2011 - 11:22 AM

My favourite thing about programming is that you get to tell a computer what to do, and they obey you 100% of the time, unlike us silly organic life forms with so called "free will". Seriously though, I mostly enjoy the challenge, it's very satisfying when all those hours of coding pay off.

C++ is pretty much my language of choice. What can I say that hasn't already been said? It's a very versatile and efficient language which provides (like C) just the right amount of low level functionality, while providing strong support for abstractions like OOP, at the programmers discretion of course.

This post has been edited by Aphex19: 20 December 2011 - 11:23 AM

Was This Post Helpful? 0
  • +
  • -

#64 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: What's your favourite thing about programming?

Posted 20 December 2011 - 11:32 AM

My favourite thing about programming is that I can pretend to be working while I'm actually faffing around on facebook. Plus I can chair joust while compiling.
Was This Post Helpful? 3
  • +
  • -

#65 kellyg77   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 25
  • Joined: 13-April 09

Re: What's your favourite thing about programming?

Posted 21 December 2011 - 03:52 PM

My favorite thing about programming is finding a major/minor bug and squashing it. Makes you feel inhuman.
Was This Post Helpful? 0
  • +
  • -

#66 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: What's your favourite thing about programming?

Posted 21 December 2011 - 03:54 PM

Quote

in·hu·man/inˈ(h)yo͞omən/
Adjective:
Lacking human qualities of compassion and mercy; cruel and barbaric.
Not human in nature or character.

http://dictionary.re.../browse/inhuman



Really? Fixing a bug makes me feel happy. I guess to each their own.
Was This Post Helpful? 1
  • +
  • -

#67 creativecoding   User is offline

  • Hash != Encryption
  • member icon


Reputation: 931
  • View blog
  • Posts: 3,216
  • Joined: 19-January 10

Re: What's your favourite thing about programming?

Posted 21 December 2011 - 04:13 PM

Sometimes I use bad coding practices for fun.


makes you feel inhuman

This post has been edited by creativecoding: 21 December 2011 - 04:14 PM

Was This Post Helpful? 0
  • +
  • -

#68 Sheph   User is offline

  • D.I.C Lover
  • member icon

Reputation: 447
  • View blog
  • Posts: 1,032
  • Joined: 12-October 11

Re: What's your favourite thing about programming?

Posted 22 December 2011 - 03:03 AM

View Postcreativecoding, on 21 December 2011 - 06:13 PM, said:

Sometimes I use bad coding practices for fun.


makes you feel inhuman

Have you read http://thc.org/root/...unmaintain.html ? It gives you ton of ideas of stuff you can do. I use it often. It is definitely NOT a list of things not to do. Nope... not that at all. So many negatives. :)

Meanwhile, my favorite thing about programming is knowing how simple it is compared to how complicated everyone who doesn't know how thinks it is.
Was This Post Helpful? 0
  • +
  • -

#69 hackterr   User is offline

  • D.I.C Regular

Reputation: 21
  • View blog
  • Posts: 293
  • Joined: 13-August 09

Re: What's your favourite thing about programming?

Posted 22 December 2011 - 03:16 AM

You can return to it after years and eons and it still comes to you as if you never stopped :)
Was This Post Helpful? 0
  • +
  • -

#70 Duckington   User is offline

  • D.I.C Addict

Reputation: 172
  • View blog
  • Posts: 615
  • Joined: 12-October 09

Re: What's your favourite thing about programming?

Posted 23 December 2011 - 05:32 AM

When the work is mostly finished and everything works how you wanted it to and you can just sit back, eat and sandwich and watch the users use the system.
Was This Post Helpful? 1
  • +
  • -

#71 tarmizi_adam2005   User is offline

  • جوروترا

Reputation: 287
  • View blog
  • Posts: 986
  • Joined: 18-April 09

Re: What's your favourite thing about programming?

Posted 25 December 2011 - 07:54 AM

Well, i love it because i can apply the engineering algorithm/concepts that i've learned...Its just satisfying to see an algorithm work !
Was This Post Helpful? 0
  • +
  • -

#72 111027   User is offline

  • D.I.C Head

Reputation: 17
  • View blog
  • Posts: 141
  • Joined: 26-December 11

Re: What's your favourite thing about programming?

Posted 26 December 2011 - 07:52 AM

My favorite thing about programming is the feeling i have of being somewhere between a genius and a deity. Seriously :)

Just think about it. You can model anything using software, replicate any process. Sure, it will have its limitations (can't hit a fly with a pdf and all...), but it will exist. Thus the deity.

But modeling something using pure numbers, or pure voltages, if you're that low level, is actually pretty hard. Only a few people can do it, and even less can do it well. It takes a specific mindset, which helps us solve problems in everyday life, or in not-so-everyday science. That makes me feel like a genius, when i undertake a project which i'm not sure is even possible to do, and eventually do it.
Was This Post Helpful? 0
  • +
  • -

#73 AKMafia001   User is offline

  • </code.in.dream>
  • member icon

Reputation: 238
  • View blog
  • Posts: 738
  • Joined: 11-June 11

Re: What's your favourite thing about programming?

Posted 29 December 2011 - 09:04 AM

Programming never let me down... It always makes me proud!
Was This Post Helpful? 0
  • +
  • -

#74 K(0)deClean   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 5
  • Joined: 31-December 11

Re: What's your favourite thing about programming?

Posted 31 December 2011 - 09:11 PM

I like programming :gunsmilie: because it`s funny, and more when the code works :whistling: xDD
Was This Post Helpful? 0
  • +
  • -

#75 WolfCoder   User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 828
  • View blog
  • Posts: 7,696
  • Joined: 05-May 05

Re: What's your favourite thing about programming?

Posted 31 December 2011 - 11:14 PM

My favorite thing about programming? But programming is my favorite thing! This whole topic is like some kind of bad Russian Reversal >.<"
Was This Post Helpful? 0
  • +
  • -

  • (6 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6