One of the common mistake seen in large TS codebase is Strict use of Types making rigid and hard to modify functions and methods. Often an object has to be typecasted into Unknown type and then into expected type nullifying the purpose of Static Typing.
#TheProDev #SoftwareDevelopment
One of the common mistake seen in large TS codebase is Strict use of Types making rigid and hard to modify functions and methods. Often an object has to be typecasted into Unknown type and then into expected type nullifying the purpose of Static Typing.
#TheProDev #SoftwareDevelopment