Monday, October 15, 2012

Motivation: Why programming is FUN?

Hello student,

Puan selalu cakap, programming is beautiful, programming is simple, computer science is interesting....

Over pulak, takkan la nak cakap susah, susah, susah jer, bila nak senang?? Orait... apapun the best thing to love programming is.... TRY AND ERROR, PRACTICE!!! MORE and MORE and MORE...

Credit: Mr.Google - Art of happy programmer


I read this article... Written by: Frederick Brooks's 


Brooks had a great list of the reasons that "craft" is fun:
  1. "The sheer joy of making things." Not to be underestimated.
  2. "The pleasure of making things that are useful to other people." Seeing other people take delight in what we've created, or benefit from something we've done, is enormously satisfying.
  3. "The fascination of fashioning complex puzzle-like objects...and watching them work." Getting something to WORK. 
  4. "The joy of always learning, which springs from the non-repeating nature of the task."
  5. "The delight of working in such a tractable medium. The programmer, like the poet, works only slightly removed from pure thought-stuff." 
All the best!!! Good luck for your final examination =)



No comments:

Post a Comment

Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...