Fell in love with coding
I'm a graduating senior who majors in Business at a top school. Recently, I've branched out of my comfort zone and have taken some courses in C++. I I've done really well in the intro courses and I regret not doing a dual major in BBA/CS!
I have a job lined up at a top consulting firm after graduation however I still want to code. Any advice on the best plan of attack? My goal is to build an iOS app. Should I just pick up a book on Objective-C? I can't imagine learning coding by reading a book…I appreciate any tips! Start hacking yet always look for and apply (most current) best practices along the way as much as you can or where applicable. Constant refactoring your old code and learn functional programming (in addition to the classic imperative style). For Objective-C, master stuff like Block, Category (can be evil but very neat when applied properly), GCD, KVO, and ARC (as well as autorelease pool). Big Nerd Ranch has a great book on iOS programming. If you're in Austin, I'm doing a intro to iOS class in the next month. I would take MOOC courses on my favorite programming language (JAVA).