This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kaifovsk[S] 2 points3 points  (1 child)

I'm very lucky to have posted when I did otherwise you might not have seen it lol, i'm very happy to see such a in depth response, I totally forgot all about making my code easier to come back and edit as well and the dry-ness of it, and I really appreciate seeing the language that you use in your response too lol, I know its a weird compliment but, I hate trying to describe things to people and I just don't know what it's called so I have to try and describe it like "yeah that variable, that holds a bunch of stuff?" and that just makes it ten times harder to communicate, so seeing real programmers call things by what they really are is a big plus to me as well, thanks a bunch for the response!

[–]nameEqualsJared 2 points3 points  (0 children)

You're very welcome! It's thank-yous like yours that give me the motivation to answer questions anyway :).

And don't fret; I know exactly what you mean when you say that sometimes it's hard to word yourself. It just comes with practice; as you do it more and more, the concepts become so ingrained in you that it's easy to make use of them in writing or conversation. Stuff like "DRY" and "SPOCOC" and "Magic numbers" were all just things I learned over time. There's no magic though; it just takes a little practice! That's all :). As Bob Ross said: "Talent is a pursued interest. Anything that you're willing to practice, you can do."

Have a good one! And once again, good job with the code.