On Wed, Jan 8, 2025 at 7:38 PM Eric Ju <eric.peijian@xxxxxxxxx> wrote: > +// Converts a string to an unsigned long using the standard library's strtoul, > +// with additional error handling to ensure robustness. We use comments like this: /* * Converts a string to an unsigned long using the standard library's strtoul, * with additional error handling to ensure robustness. */ Also we use the imperative mood in comments before a function, so: s/Converts/Convert/