Deprecated: Function create_function() is deprecated in /home/qualit96/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 258

Warning: Cannot modify header information - headers already sent by (output started at /home/qualit96/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php:258) in /home/qualit96/public_html/wp-includes/feed-rss2-comments.php on line 8
Comments on: Want to start learning programming? http://quality-spectrum.com/want-to-start-learning-programming/ Redefining software quality Fri, 16 Mar 2018 15:24:51 +0000 hourly 1 https://wordpress.org/?v=5.5 By: Jim Hazen http://quality-spectrum.com/want-to-start-learning-programming/comment-page-1/#comment-63 Fri, 16 Mar 2018 15:24:51 +0000 http://quality-spectrum.com/?p=13813#comment-63 The basics of learning programming, from when I learned way way back, for me is first learning the constructs of data types, logic structures and syntax. Just like learning any language you need to understand those basic concepts. Next is learning how to hand-write the pseudo-code (human readable) of the action you are trying to perform. Doing this first gives you the skeleton of logic of the actual code. It helps to formulate the algorithm (pattern) of actions you need to take. It also helps you play computer and see quickly any mistakes/missteps you may be making before you get into the IDE/Compiler and start cranking out real code. This is an old trick/method that still has application today.

Also, you can Google code samples for your language and see how it has been done. This will help you to learn how the code is constructed.

]]>