Mike Le Posted January 3, 2013 Report Share Posted January 3, 2013 As my coworkers and I dip our toes into OOP, we're looking for best practices/guidelines to follow. We already took the basic OOP course from NI and watched a few intro presentations. What are some other guides, documents, or books people can recommend for solid OOP design practices? LabVIEW-specific guides are especially appreciated, as none of us have a strong CS background. But anything will help. Thanks. Quote Link to comment
Aristos Queue Posted January 3, 2013 Report Share Posted January 3, 2013 There is a very small book that I like to recommend to people. It is the best general programming teaching tool for OO that I know of: http://www.amazon.com/Object-Oriented-Thought-Process-Matt-Weisfeld/dp/0672330164 2 Quote Link to comment
crossrulz Posted January 4, 2013 Report Share Posted January 4, 2013 Cross-posted on the dark side Quote Link to comment
Wouter Posted January 5, 2013 Report Share Posted January 5, 2013 http://www.planetpdf.com/codecuts/pdfs/ooc.pdf I think this might be a good book. It goes about OOP in ANSI-C. Quote Link to comment
soupy Posted January 16, 2013 Report Share Posted January 16, 2013 There is a very small book that I like to recommend to people. It is the best general programming teaching tool for OO that I know of:http://www.amazon.com/Object-Oriented-Thought-Process-Matt-Weisfeld/dp/0672330164 I second this recommendation. I read it while flying on a business trip and my OOP style has never been the same. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.