Comments

Software Engineering with Data Science

 




  • Writing clean and modular code
  • Writing efficient code
  • Code refactoring
  • Adding meaningful documentation
  • Using version control

In the lesson following this one (part 2), you'll also learn about the following software engineering practices:

  • Testing
  • Logging
  • Code reviews

1- write clean and modular code:: 

clean means the code must be simple, clear, consise.

 

modular means the code could be encapsulating and reused by another programs.

 

2- refactoring mean restructuring the code without external functionality 


Optimazation:

- reduce the time.

- reduce the space in memory

sets faster than lists

Share on Google Plus

About Inas AL-Kamachy

    Blogger Comment
    Facebook Comment

0 Comments:

Post a Comment