When did you realize you were meant to code?

  • (8 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »

107 Replies - 5252 Views - Last Post: 01 May 2015 - 11:04 AM

#61 ge∅   User is offline

  • D.I.C Lover

Reputation: 319
  • View blog
  • Posts: 1,335
  • Joined: 21-November 13

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 03:25 AM

View Postjon.kiparsky, on 25 April 2015 - 05:02 AM, said:

View Postge∅, on 24 April 2015 - 07:53 PM, said:

Maybe, but he is right about one thing : it's the beauty of the web. Anybody can create a site. You don't need to be a professional. CSS, HTML, PHP are very simple to use (at least the most basic features), and it is by design.


I'm guessing you haven't worked on sites that are actually used by very many people, or that handle significant quantities of data, correct?


We were not talking about professional programming. In France there was something called Minitel before the Internet. It was like the Internet except for one thing : you couldn't make your own "site". There were professionals who made the content, and consumers who used it. What makes the Internet so magic is that anyone can make a website.
Was This Post Helpful? 0
  • +
  • -

#62 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 05:31 AM

View Postge∅, on 27 April 2015 - 06:25 AM, said:

We were not talking about professional programming.


Correction, we are, you are not.
Was This Post Helpful? 0
  • +
  • -

#63 ge∅   User is offline

  • D.I.C Lover

Reputation: 319
  • View blog
  • Posts: 1,335
  • Joined: 21-November 13

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 06:05 AM

View PostJeremyBenson11, on 24 April 2015 - 09:27 PM, said:

Still, I love programming like it's my number one hobby. You don't have to be good to like something...


?
Was This Post Helpful? 0
  • +
  • -

#64 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 06:27 AM

Posted Image
Was This Post Helpful? 2
  • +
  • -

#65 ge∅   User is offline

  • D.I.C Lover

Reputation: 319
  • View blog
  • Posts: 1,335
  • Joined: 21-November 13

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 06:58 AM

I don't get it. Someone is inspired by the topic and wants to talk about his personal experience. It's slightly different than your own, maybe slightly out of topic (but who cares : it's the Caffeine Lounge, I was a bit out of topic myself and nobody complained about it) and all of a sudden everyone is against him. Sometimes I think you don't know how to live and let live.

He's simply saying that if a dude wants to program a website, even if he's not a professional, he can do it, it can look fine and it can get popular and even profitable. And as a matter of fact, he is right and it's the beauty of the Internet : a lot of sites start with a bad design and/or a bad code, but with a great idea, become popular and are refined later (often by professionals).

Trust me, you don't want a world were websites are only made by companies in order to target customers. It would be the end of the Internet.

This post has been edited by ge∅: 27 April 2015 - 06:58 AM

Was This Post Helpful? 0
  • +
  • -

#66 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4933
  • View blog
  • Posts: 20,259
  • Joined: 24-September 08

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 09:01 AM

To be fair, I wasn't good at playing the trombone but I still liked playing it. Mostly just because I can make fart sounds with it. And, to play devil's advocate, I think what bro was saying is that code can be hacked together and you can make it work just fine, but as long as it looks pretty the customer doesn't even have to know. That's bad practice though. You should ALWAYS know how and why your code works, and make it robust. (I am guilty of it myself :P)

This post has been edited by NeoTifa: 27 April 2015 - 09:03 AM

Was This Post Helpful? 2
  • +
  • -

#67 Gorian   User is offline

  • ninja DIC
  • member icon


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

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 09:38 AM

Well, that's a given, you are after all, a Swampie :)
Was This Post Helpful? 0
  • +
  • -

#68 ArtificialSoldier   User is offline

  • D.I.C Lover
  • member icon

Reputation: 3134
  • View blog
  • Posts: 8,931
  • Joined: 15-January 14

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:09 AM

*
POPULAR

Since I missed most of that discussion after my last post, I'll add my final thoughts.

Quote

He's simply saying that if a dude wants to program a website, even if he's not a professional, he can do it

That's not what he said, even if that's what he meant that's not what he said. It sounded like he was saying that the only thing that matters online is that something looks good, it doesn't need to work well (or even work at all, apparently). Even if that's not what he meant, that's what I hear when I see statements like these:

Quote

To me, it doesn't matter if my website runs like a Lamborghini... all that matters is that it looks like one.
... poorly programmed websites can work great ...
the hardest thing a php coder will make is a pagination script, lol.
it doesn't matter if the code underneath running it is sloppy.
with the help of a layout artist you could make the next facebook, even if the code is garbage


I take offense to several of those statements, because they make it sound like programming is some simplistic, borderline useless thing that you only need an online tutorial and a few hours to be able to do. It's great if he has hobbies, but there's no reason to confuse that with professional programming. You cannot create the next Facebook with a shitty programmer and someone who is good at layout. You actually do need good programmers to do something like that. And that line about the pagination script, this guy is going to assume that the most difficult part of my job is a limit statement in SQL? That's how much respect he has for what I do? Then he wants me to help him when he can't figure out basic issues? I have no problem helping him, I know that what is basic to me might not be very basic to him, I'll help him with whatever he needs all day without asking for anything in return. I'd just like to see a little more respect for my profession coming from him. It might only be a hobby to him, but for me it's a craft, an art, and a career.

As an analogy, it sounds like someone who likes heading out to the construction site to hang out with the workers and check out their tools, maybe hammer a few nails in. Then he gets the idea that he can do all of that, the only thing he needs is someone to design the actual house, give him the blueprints, and he can build the entire thing himself without any training or experience. After all, if he gets stuck he can just ask a contractor how to do something, right? Is that going to be a house that anyone will want to live in? Yeah, maybe it looks pretty great on the outside, but maybe he also used half-inch nails to hold together any load-bearing structure. Once that thing gets some decent use it's going to come crashing down, and it's really no different for any major programming project. If it was designed by an amateur then it's going to run like amateur software. I understand it's only a hobby for him, but I'd like to see a little recognition for the people who actually do it well. He's standing on the shoulders of giants and acting like he's tall.

OK, hopefully that's my rant for the day.
Was This Post Helpful? 6
  • +
  • -

#69 astonecipher   User is offline

  • Enterprise Software Architect
  • member icon

Reputation: 3215
  • View blog
  • Posts: 12,098
  • Joined: 03-December 12

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:18 AM

I agree completely with ArtificialSoldier. Currently, I am trying to debug a system that has a few hundred classes that is not outputting correctly and giving 500 code server errors. The goal is not just to "get it to work," it should do what it is supposed to and do it efficiently.

Hobby anything is a different class than professional. I take pride in what I do and what a put out. There is a phrase in military and competitive shooting circle, "Aim small, miss small."

If your goal is to putout crap, then you will. If you learn and improve, what you putout will get better. If you settle for shit, guess what you get?

This post has been edited by astonecipher: 27 April 2015 - 10:19 AM

Was This Post Helpful? 0
  • +
  • -

#70 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:39 AM

What caught my attention was this:

Quote

Dream in Code, as helpful as you've been, you can't hold a candle to digital point... at least the people there aren't overly rude.

Still, I'll stay, but learn how to treat people, lol.


This is not the first time you've posted over some perceived slight because the regulars haven't rolled out the special snowflake carpet for you, but my question is if digital point is so much better, what exactly brings you here?
Was This Post Helpful? 0
  • +
  • -

#71 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:42 AM

I was taking an IT class my freshman year of high school and heard horror stories about the Java programming unit. So I picked up a Java for Dummies book while we were working through our algorithms unit. As it turned out, I was actually good at programming!

Quote

but my question is if digital point is so much better, what exactly brings you here?

B9's milkshakes.
Was This Post Helpful? 0
  • +
  • -

#72 Gorian   User is offline

  • ninja DIC
  • member icon


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

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:43 AM

I want a special snowflake carpet!
Was This Post Helpful? 0
  • +
  • -

#73 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:44 AM

View PostBenignDesign, on 27 April 2015 - 01:39 PM, said:

What caught my attention was this:

Quote

Dream in Code, as helpful as you've been, you can't hold a candle to digital point... at least the people there aren't overly rude.

Still, I'll stay, but learn how to treat people, lol.


This is not the first time you've posted over some perceived slight because the regulars haven't rolled out the special snowflake carpet for you, but my question is if digital point is so much better, what exactly brings you here?
You just want to hear him say you, don't yah? DON'T YAH!?
Was This Post Helpful? 0
  • +
  • -

#74 Gorian   User is offline

  • ninja DIC
  • member icon


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

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:45 AM

I don't know, I think No2's milkshakes are pretty nice :wub:

This post has been edited by Gorian: 27 April 2015 - 10:46 AM

Was This Post Helpful? 2
  • +
  • -

#75 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: When did you realize you were meant to code?

Posted 27 April 2015 - 10:48 AM

View Postmacosxnerd101, on 27 April 2015 - 01:42 PM, said:

Quote

but my question is if digital point is so much better, what exactly brings you here?

B9's milkshakes.


My milkshake brings all the noobs to the boards
And they're like my site's not porn
Damn right, better not be porn
We can teach you, but you have to try...
Was This Post Helpful? 4
  • +
  • -

  • (8 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »