Opened 17 years ago
Closed 17 years ago
#39 closed defect (fixed)
format of examples
| Reported by: | Stephen Siegel | Owned by: | zirkel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | examples | Version: | 1.0 |
| Keywords: | format | Cc: |
Description
- Examples should have meaningful names based on name of containing directory---many are still just called "spec.mmp" and "impl.mmp".
- put left curly brace on same line as function, i.e. main() {
not
main()
{
counting example is one case where this is not right.
- fatorialSpec has braces on new lines too. Please fix this and other examples where this issue occurs.
Change History (2)
comment:1 by , 17 years ago
| Status: | new → accepted |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

I think these are all fixed, along with other formatting issues. One exception is laplace, because it isn't finished yet.