Sunday, January 25, 2015

Why geeks should write ?

  Writing is the primary basis upon which your work, your learning, and your intellect will be judged in university, or in workplace, also in the computer programming. 
  In my opinion, geeks are kind of like scientists. In computer science field, writing is also essential. It helps scientists move easily among facts,inference, and opinions without getting confused and without confusing other programmers. 
  Temporarily, we are facing technology every single day. Most of them are related to the computer programming, like transportations, phone app, suffering a web,etc. All of these are beginning from computer coding and writing that we are learning in CSC class. 
  Furthermore, computer scientists need to be clearly to make their code efficient and understandable. Therefore, writing equip them with the communication and thinking skills they need to participate effectively in programming. 
  Actually not only for the geeks but also for our non-scientists people should be capable of writing. Since it stimulates you to extend a line of thought beyond your first impressions or get responses. For our students, writing can foster our ability to explain a complex questions to teachers, friends, and to ourselves.
  Overall, writing a an essential job/studying skills for geeks and non-programming people.
  



  
  
  

1 comment:

  1. I feel that the task was asking why computer scientists should write in plain-English rather than writing codes. So for example, programmers are given the task of writing docstring, comments, etc. to communicate with the readers of the code what the code does. Efficiency in academic writing, which focuses on important details of the topic, will definitely help with writing succinctly and to the point, so that when another programmer is reading the docstring and comment, they will be able to understand what the code does without having to read through each line.

    ReplyDelete