Open kevinchua6 opened 3 years ago
On the topic of minor typos, I also found some other minor typos 😅... just going to jump on this thread so as not to clutter the forum.
..
I think the underline thing is intentional, not really underline, just using larger font to highlight
Thanks guys, keep them coming. Every bug report helps.
I think the underline thing is intentional, not really underline, just using larger font to highlight
It's bug. MarkBind recently changed the syntax it uses for underlines. The previous syntax ++text++
is now used to making the text bigger. These are places where I overlooked when migrated to the new syntax.
Oh I see!
I noticed
notifyUIs
doesn't follow the Java coding standards (below) in this section. Should probably benotifyUis
instead
Good catch. I think I made an exception in that case because notifyUis
is harder to read than notifyUIs
(due to the additional lower case s
).
@kaixin-hc where did you find this? This was fixed sometime back in the module website.
Good catch. Will fix.
Good catch. Will fix.
Good catch. Will fix.
@kaixin-hc where did you find this? This was fixed sometime back in the module website. I took these screenshots over the course of the semester, and didn't think to check that they still worked with the website. I see that it is fixed on the module website now!
I took these screenshots over the course of the semester
Nice. 👍 Yes, it was fixed in the middle of the semester.
Adding to the thread some other small typos:
I believe there should be a space here? i.e. ". ["
Grammatical issues where highlighted + I feel it would be clearer to put the quote in quotation marks, rather than in italics.
Good catch @kaixin-hc! I don't think "tasks that needs" is a grammatical error though, because it is the list of tasks that needs the user's attention.
Oh, I interpreted it as referring to the tasks by proximity, and I expected what needed the attention were the tasks, not the list itself. Especially as the next sentence uses a plural pronoun for what needs to be paid attention to (if the intent was to focus on the list, maybe the plural pronoun shouldn't be used in the next sentence).
Yup, makes sense!
Thanks all. Will fix in the next version.
I noticed
notifyUIs
doesn't follow the Java coding standards (below) in this section. Should probably benotifyUis
insteadSorry, I'm still in the pe mood and this has been bugging me :p