<?php // TODO: Enter some task that needs to be done. // FIXME: Enter some bug that needs to be fixed. // FIXME(BugNumber): Reference a bug number for FIXME. // CHANGED: Once finished with TODO, replacement with CHANGED is recommended. // NOTE: Enter a simple note. // OPTIMIZE: A TODO specifically for optimization notes. // IMPROVE: A TODO specifically for improvement notes. // Examples: // TODO: Add in a update script. // FIXME: Bug in update script (cannot download new file). // FIXME(81239): Bug in update script (cannot download new file). // CHANGED: Added update script. // NOTE: The update script is still a bit buggy. // OPTIMIZE: Update download speed. // IMPROVE: Make the UI a bit better for update script. ?>
Programming Notes
Category: Uncategorized |
Tags: bug, change, changed, fixme, improve, notes, optimize, programming, todo
Leave a Reply
You must be logged in to post a comment.