Monday, November 14, 2016

Efficiency in Programming


  • What does it mean to be efficient in programming?
    • In programming to be efficient means to write a code that takes up less resources than a previous code did. Recourses can be time, battery power, or storage. Most often having less lines of code is an indicator of more efficient code. 
  • What are some resources that might be concerning in programming and why do they matter?
    • Some resources as I mentioned before include time, battery power, storage, bandwidth, servers, or any other form of measurable things of value basically. They matter because we do not want to waste valuable resources if we do not have to.  

No comments:

Post a Comment