Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 307 308 [309] 310 311 ... 796

Author Topic: if self.isCoder(): post() #Programming Thread  (Read 882389 times)

Dutchling

  • Bay Watcher
  • Ridin' with Biden
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4620 on: July 07, 2013, 01:55:31 pm »

I actually follow some of those rule >.>

I misspelled a variable? Meh, new variable name...
Logged

MorleyDev

  • Bay Watcher
  • "It is not enough for it to just work."
    • View Profile
    • MorleyDev
Re: if self.isCoder(): post() #Programming Thread
« Reply #4621 on: July 07, 2013, 02:31:54 pm »

Public service announcement for game development:
The media we consume matters. Every story, every work of art, every song, it says something about our society, about ourselves. It is a representation of our culture, both the building block of the next generations, and what our culture will be judged on by them. That is why it all matters, because it's how we speak to the future. Let's say the right thing.

I am a gamer. And on July 12-14th, let's jam. http://iamagamer.ca/

I actually follow some of those rule >.>

I misspelled a variable? Meh, new variable name...

I always make sure my IDE has at least basic "rename variable/method" support so I can fix typos without a problems :) I try not to do anything manually that my tools can do for me, and these tools allow us to maintain our codebases a lot quicker and less painfully than notepad++.

Seriously, JetBrains: Resharper for C++ and the C++ IDE. I will love you long time when you release them. Eclipse only does very little and it's one of the best IDEs for C++ I've found :( Then you look at IntelliJ, which literally has a "Replace inheritance with delegation" button! That button! I want it in everything!
« Last Edit: July 07, 2013, 02:47:33 pm by MorleyDev »
Logged

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4622 on: July 07, 2013, 03:29:41 pm »

Public service announcement for game development:
The media we consume matters. Every story, every work of art, every song, it says something about our society, about ourselves. It is a representation of our culture, both the building block of the next generations, and what our culture will be judged on by them. That is why it all matters, because it's how we speak to the future. Let's say the right thing.

I am a gamer. And on July 12-14th, let's jam. http://iamagamer.ca/
But Canada is half a world away :(
Logged

MorleyDev

  • Bay Watcher
  • "It is not enough for it to just work."
    • View Profile
    • MorleyDev
Re: if self.isCoder(): post() #Programming Thread
« Reply #4623 on: July 07, 2013, 03:56:56 pm »

But Canada is half a world away :(

Yes, yes it is. That's why I'm staying in England ^^ It's a game jam, sure there's a main gathering for it (and some secondary ones), but really it's always the taking part that matters, not the attending. I'll probably try and do a stream or something if I take part :D
« Last Edit: July 07, 2013, 03:59:11 pm by MorleyDev »
Logged

Siquo

  • Bay Watcher
  • Procedurally generated
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4624 on: July 08, 2013, 03:10:25 am »

IntelliJ is awesome. I want an... IntelliC++?

And Dutchling, I'm so glad I don't work where you work :)
Logged

This one thread is mine. MIIIIINE!!! And it will remain a happy, friendly, encouraging place, whether you lot like it or not. 
will rena,eme sique to sique sxds-- siquo if sucessufil
(cant spel siqou a. every speling looks wroing (hate this))

Dutchling

  • Bay Watcher
  • Ridin' with Biden
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4625 on: July 08, 2013, 05:52:37 am »

Oh I've never had a job in my life :P
Logged

MorleyDev

  • Bay Watcher
  • "It is not enough for it to just work."
    • View Profile
    • MorleyDev
Logged

olemars

  • Bay Watcher
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4627 on: July 08, 2013, 07:22:51 am »

Qtcreator actually has a fairly nice facility for refactoring and autocompletion.
Logged

Mego

  • Bay Watcher
  • [PREFSTRING:MADNESS]
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4628 on: July 08, 2013, 11:40:23 am »

Qtcreator actually has a fairly nice facility for refactoring and autocompletion.

Yeah, but Creator doesn't have syntax highlighting and completion support for C++11 yet.

Scoops Novel

  • Bay Watcher
  • Talismanic
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4629 on: July 10, 2013, 01:42:38 pm »

How long does it take to become an effective coder? What breadth of experience do black hat's, or white hats, tend to have?
Logged
Reading a thinner book

Arcjolt (useful) Chilly The Endoplasm Jiggles

Hums with potential    a flying minotaur

Dutchling

  • Bay Watcher
  • Ridin' with Biden
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4630 on: July 10, 2013, 01:46:20 pm »

I need a programmer hat.
Logged

Scoops Novel

  • Bay Watcher
  • Talismanic
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4631 on: July 10, 2013, 01:47:35 pm »

Also, why did you take up programming? How far would you say it's being viewed as a borderline neccessity skill?
Logged
Reading a thinner book

Arcjolt (useful) Chilly The Endoplasm Jiggles

Hums with potential    a flying minotaur

Mego

  • Bay Watcher
  • [PREFSTRING:MADNESS]
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4632 on: July 10, 2013, 01:51:43 pm »

How long does it take to become an effective coder?

It depends a lot on the person and how they are learning. It took me about a year and a half of self-teaching C++ in my free time during high school to get to the point where I would consider myself an effective coder.

What breadth of experience do black hat's, or white hats, tend to have?

I'm not entirely sure what you're asking here. Could you clarify?

Also, why did you take up programming? How far would you say it's being viewed as a borderline neccessity skill?

I started programming mostly as a hobby, but later decided to pursue a degree (and eventually, a career) in computer science. I think programming is one of the most under-appreciated skills, mostly because the vast majority of people have no idea how it works. However, with the rapid growth of technology, basic programming knowledge is becoming more of a necessity.

Scoops Novel

  • Bay Watcher
  • Talismanic
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4633 on: July 10, 2013, 01:53:58 pm »

Black hat or white hat hackers. The first being illegal, the second acting as countermeasures to the aforesaid.
Logged
Reading a thinner book

Arcjolt (useful) Chilly The Endoplasm Jiggles

Hums with potential    a flying minotaur

Mego

  • Bay Watcher
  • [PREFSTRING:MADNESS]
    • View Profile
Re: if self.isCoder(): post() #Programming Thread
« Reply #4634 on: July 10, 2013, 01:57:52 pm »

First, there's a distinction I'd like to make. Hackers are people who find interesting, innovative, and creative solutions to problems for fun and/or experience. Crackers are those who use their hacking skills for security penetration and the like. What you're referring to is cracking. Unfortunately (or perhaps fortunately), I don't have any experience with cracking, so I can't answer your question.
Pages: 1 ... 307 308 [309] 310 311 ... 796