-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME-DEV
More file actions
28 lines (22 loc) · 822 Bytes
/
README-DEV
File metadata and controls
28 lines (22 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
README for Developers
1.Comment Tags
-Comment tags are used to easily understand
the logic of a program. The comment tags
labels the code if it has errors, needs to
be frequently updated, where you left off,
and more.
-Comment tags definitions and examples
DEV0001 : Requires Attention Tag
DEV0002 : Frequently Update Tag
DEV0003 : Where You Left Your Code (WYLYC) Tag
DEV0004 : Under Construction Tag
DEV0005 : Mentioned line is for debugging purposes.
Comment the mentioned line if not debugging.
DEV0006 : Feature request Tag
-Example:
#include <stdio.h>
...
//Below converts the character to an integer.
printf("ASCII of %c is %d.", char, dec);
//DEV0003: Continue the code below
scanf(" %c