40
Player2
8y

A friend just said that "Coding is 90% knowing the theory, and 10% knowing/googling the syntax for a particular language."
Do you agree?

Comments
  • 7
    Where is the percentage for debugging I spend most of my time doing that
  • 5
    I believe it's a bit more complex than a 90/10 split.
  • 10
    50% knowing how to solve the problem, 40% debugging after and 10% coding. In a few months 100% on how to make it faster.
  • 2
    @harleywewax that's what I thought as well. But I wanted you guys' opinions
  • 5
    @zerocool from my experience that's about right xD
  • 3
    we've been taught that the actual writing of the code is not what makes a good programmer, I guess its the schools job to take the fun from everything
  • 2
    @Minzkraut they're right.
  • 0
    For some people it's the other way around...
  • 2
    @zerocool 100% reason to remember the name
  • 1
    I'd say the percentages are reversed
  • 0
    well what part of haskell is fp theory and what is syntax? there is no clear separation between the two, but in general I'd say the theory is a lot more important, especially if you want to build SOLID stuff.
    But if you're talking about hello world stuff or funny little apps to impress your friends, then the percentages are indeed inverted :D
  • 0
    I work in 5-6 different languages at the moment, that sounds about right to me.
  • 1
    Whatever gets the job done right. Do you.
  • 0
    @alectronic how does even work? 110%
  • 2
    @tisaconundrum 110% isn't even enough, the PM wants 120%
Add Comment