Commit Graph

9 Commits

Author SHA1 Message Date
Tyson Dowd
2b13f14f00 Rewrite and clarify review policy.
Estimated hours taken: 2.5

Rewrite and clarify review policy.

compiler/notes/CODING_STANDARDS:
	Remove most of the text on reviews, move it into REVIEWS.
	Put in a reference to REVIEWS.

compiler/notes/REVIEWS:
	New document, describes review procedures and policies.
1997-02-19 04:02:20 +00:00
Fergus Henderson
67f0cb89b6 Mention that people should review their changes themselves
Estimated hours taken: 0.25

compiler/notes/CODING_STANDARDS:
	Mention that people should review their changes themselves
	before sending them to someone else to review.
1996-12-12 11:52:54 +00:00
Fergus Henderson
98c853468d Mention how disjunctions should be formatted.
Estimated hours taken: 0.1

compiler/notes/CODING_STANDARDS:
	Mention how disjunctions should be formatted.
1996-12-09 08:21:01 +00:00
Fergus Henderson
e5a3ff0bc1 Add more detailed guidelines on layout of comments,
Estimated hours taken: 0.5

notes/CODING_STANDARDS:
	Add more detailed guidelines on layout of comments,
	if-then-elses and type definitions.  Mention that
	language features such as functions shouldn't be used yet.
1996-05-30 09:15:41 +00:00
Fergus Henderson
e5f308f272 Add some more stuff on
Estimated hours taken: 0.5

compiler/notes/CODING_STANDARDS:
	Add some more stuff on
		- when to update the NEWS file
		- avoiding fixed limits
		- error handling and error messages
1996-03-19 17:06:44 +00:00
Fergus Henderson
e69ca4e2f8 Any new compiler modules or other major design changes should
Estimated hours taken: 0.1

compiler/notes/CODING_STANDARDS:
	Any new compiler modules or other major design changes should
	be documented in `compiler/notes/COMPILER_DESIGN'.
1996-03-12 02:20:58 +00:00
Fergus Henderson
9997048d32 Mention that CVS log messages should say why the change was done,
Estimated hours taken: 0.1

compiler/notes/CODING_STANDARDS:
	Mention that CVS log messages should say why the change was done,
	not just what the change was.  (This change was done in the hope
	that people will use more informative CVS log messages.)
1996-01-10 23:16:45 +00:00
Fergus Henderson
6e8bbbe46e Add some information about committing changes.
Estimated hours taken: 0.25

compiler/notes/CODING_STANDARDS:
	Add some information about committing changes.
	(In particular, when adding new files, don't forget to
	check the permissions!)
1995-11-23 00:21:16 +00:00
Fergus Henderson
61f58329a9 Add a CODING_STANDARDS document.
compiler/notes:
	Add a CODING_STANDARDS document.
	Update the TODO list.
	Remove the BUGS file, since it was obsolete.
	(Bugs are now kept in `~fjh/Mail/bugs*'.)
1995-10-27 08:41:58 +00:00