From 740a1cd04bc03c7ea7e0d48247c7b5387d5be291 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 25 Sep 2013 20:18:20 -0400 Subject: [PATCH] Wrap README at 80 chars --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c86e81..5842071 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ Exercises in Programming Style ============================== -Comprehensive collection of well-known, and not so well-known, programming styles using a simple computational task, term frequency. +Comprehensive collection of well-known, and not so well-known, programming +styles using a simple computational task, term frequency. Additions are welcome! You can contribute: -- an example program that follows one of the existing styles, but written in a different programming language +- an example program that follows one of the existing styles, but written in a + different programming language - an entirely new programming style - new names for the existing styles - discussion of names, pros and cons of each style