Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 482 Bytes

comment.md

File metadata and controls

15 lines (12 loc) · 482 Bytes

_* This rule is not the best practice but the one that we (developers at ownego) think is most suited for better software development.


Example

/* TODO: How about auto-correcting small spelling errors? */
/* FIXME: This won't work if the file is missing. */
/* XXX: This method badly needs refactoring: should switch by core type. <mbp> */

References

Read more about the FIXME