-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
apiEverything pertaining to the API interface.Everything pertaining to the API interface.documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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: z.string(), |
Date in this case is just a string. We dont know the format, unless there is documentation.
Metadata
Metadata
Assignees
Labels
apiEverything pertaining to the API interface.Everything pertaining to the API interface.documentationImprovements or additions to documentationImprovements or additions to documentation