When I took CSC108 in last term, I thought that programming would be very easy for me, and I could choose the best algorithms without any problem. However, day-by-day, this course had become much more complicated and I had spent more time to think about algorithms of functions. Because of that reason, I had started to find solution for writing algorithms without any trouble.
After investigation, I have found that, before coding function, it is necessary to write the function as a sentence step by step in which language do you prefer. Because when you take notes of important sentences and find important words, this function becomes very easy to code. By the help of writing and taking notes, you do not spend a lot of time for setting up an algorithm. I have also seen that in the lecture, before writing the body of the function, Profs always write all the steps, and then they start to write a body part. In my point of view, this is crucial in CSC148. Because, before writing the class, you have to decide which methods you should add to this class. From my experience, I can say that if you have no idea about how to write the code, write this code in your own words in preferred language. I ensure that after writing it in your own words you will understand what this code must do, and you will code it easily.
In addition, taking notes on some coding strategies are also important for the computer scientist. By the taking notes, you can easily learn coding strategies and use these strategies in the forward problems.
To sum up all above said I would like to point the fact that, writing is very important for computer scientists. Without writing, computer scientist cannot do well in his/her field. I am 100% sure that, in the future these SLOGS that we will write in CSC148 will be very beneficial to understand our mistakes and settle them.
No comments:
Post a Comment