class Programmer implements ANiceHumble, Person {
Code as we know it. Open source stuff goes here
Monday, July 18, 2016
Prefer type declaration instead of casting
If casting is use, you may incur typos or spelling errors and the compiler won't even flag you about it. Prefer type declaration, use let-variable-colon-type-assignment.
Happy Coding!
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment