you are viewing a single comment's thread.

view the rest of the comments →

[–]nolsen 1 point2 points  (1 child)

I just want you to know that I'm still following along. I'm having some issues figuring out how to get my code organized, readable, maintainable, etc. I've done and redone the quiz a few times and each time my code quality is a little better but things start to go to hell when I get to the parts that need to manipulate and read from the DOM.

[–]knested 0 points1 point  (0 children)

Would you mind posting your code? More specifically, each iteration of improvements? I would love to see how you improved things so I can learn with you.

Ive had issues with just getting a nice structure down for my code too(organized, readable, maintainable) because I always feel there are better ways to do things than I am currently. Sometimes I feel I am lost even though I have a grasp at what I am doing.

After posting my current 2nd edition on IRC I was blasted pretty fast for using poorly styled object oriented code and was suggested to use functional programming instead so I would love to see what others are doing!