@@ -13,21 +13,19 @@ companion book [Exercises in Programming Style](http://www.amazon.com/Exercises-
1313Additions are welcome!
1414
1515You can contribute:
16- - an example program that follows one of the existing styles, but written in a
17- different programming language
16+ - new exercises related to the existing styles
1817- an entirely new programming style
1918- new names for the existing styles
2019- discussion of names, pros and cons of each style
2120
22- Please follow the conventions suggested by the existing code base,
23- specifically:
24-
25- - If you are contributing a program in a different programming language,
26- add that file to the corresponding style folder and call it tf-nn.ext,
27- where nn is the style number and ext is the language's standard
28- extension suffix.
21+ Because this project and the companion book are used in courses, at the
22+ suggestion of several students I am no longer accepting contributions
23+ of the existing styles written in different programming languages.
24+ That is the first exercise that the students do. Having the solutions
25+ easily available here will rob future students of the learning experience!
2926
30- - If you are contributing a new style, make a new folder called
27+ Please follow the conventions suggested by the existing code base,
28+ specifically, if you are contributing a new style, make a new folder called
3129nn-funname and add an example program in that folder called
3230tf-nn.ext. (nn is the next avalaible number in the collection)
3331Additionally, add a README.md file that clearly describes the
0 commit comments