Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 429 Bytes

pros_and_cons.md

File metadata and controls

12 lines (9 loc) · 429 Bytes

Pros and Cons - Solution

Specify some of the pros and cons of Type Hinting

Solution

Pros:

  • Enhance IDE experience by receiving feedback (warnings, notifications, ...) on how the code is written
  • Improves code documentation Cons:
  • Requires investment (like time) which could perhaps be used for other aspects of the project
  • While minor in most cases, might have effect on the time it takes your code to run