While some of the variable names and the associated datatype is enough to make a good guess of what the variable actually contains, it is sub-optimal. e.g https://github.com/MathiasDevelopes/inskewl/blob/03d690d2f4d69d8c88d8fdeb797e70ab05b7d190/src/api/types/timetable.ts#L16 Date in this case is just a string. We dont know the format, unless there is documentation.
While some of the variable names and the associated datatype is enough to make a good guess of what the variable actually contains, it is sub-optimal.
e.g
inskewl/src/api/types/timetable.ts
Line 16 in 03d690d
Date in this case is just a string. We dont know the format, unless there is documentation.