crista
cb296a28ec
Update README.md
2013-09-27 20:14:01 -07:00
crista
e6179fafe7
Update README.md
2013-09-27 20:13:42 -07:00
crista
caf355198c
Update README.md
2013-09-27 20:13:16 -07:00
crista
052dfb0651
Update README.md
2013-09-27 20:12:58 -07:00
crista
c013396ed9
Update README.md
2013-09-27 20:12:41 -07:00
crista
9543598ad8
Update README.md
2013-09-27 20:12:20 -07:00
crista
d7af600636
Update README.md
2013-09-27 20:11:55 -07:00
crista
95389e864c
Update README.md
2013-09-27 20:11:34 -07:00
crista
6f5f66f466
Update README.md
2013-09-27 20:11:13 -07:00
crista
1c165ca62c
Update README.md
2013-09-27 20:10:41 -07:00
Crista Lopes
048671f404
Updated the name of tf-06.sh
2013-09-27 20:09:26 -07:00
crista
c7f8cd5152
Update README.md
2013-09-27 20:08:37 -07:00
crista
216b2a82bf
Update README.md
2013-09-27 20:08:06 -07:00
crista
9a5812125d
Update README.md
2013-09-27 20:07:50 -07:00
crista
c0a5cfd382
Update README.md
2013-09-27 20:07:23 -07:00
Crista Lopes
4633890289
Added style #22
2013-09-27 12:01:14 -07:00
Crista Lopes
08539ca0e0
Changed numbers all over, so that the progression is more natural
2013-09-27 09:05:36 -07:00
Crista Lopes
c040c38973
Added style #21 . Another true story.
2013-09-25 20:47:50 -07:00
Crista Lopes
72a283a663
Removed extra comments in #19
2013-09-25 20:25:12 -07:00
Crista Lopes
aa54d93746
One more defense in style #19
2013-09-25 19:09:24 -07:00
Crista Lopes
88a9cfaa3e
Added style #20
2013-09-25 19:01:16 -07:00
Crista Lopes
0958462716
Merge branch 'master' of https://github.com/crista/exercises-in-programming-style
2013-09-25 17:57:53 -07:00
crista
7a329e2ee3
Merge pull request #5 from whit537/master
...
Give better comparison for test failure
2013-09-25 17:57:26 -07:00
Crista Lopes
280248efbb
Merge branch 'master' of https://github.com/crista/exercises-in-programming-style
2013-09-25 17:55:45 -07:00
Crista Lopes
084de0aefe
Added style #19 . True story.
2013-09-25 17:55:23 -07:00
Chad Whitacre
d8993ac9fe
Give better comparison for test failure
...
diff is pretty unreadable. Here's a column comparison.
2013-09-25 20:41:19 -04:00
crista
c32e28682b
Merge pull request #4 from whit537/master
...
improve the test framework a bit
2013-09-25 17:34:44 -07:00
Chad Whitacre
27946113ba
Add initial doco of test.sh
2013-09-25 20:19:48 -04:00
Chad Whitacre
740a1cd04b
Wrap README at 80 chars
2013-09-25 20:18:20 -04:00
Chad Whitacre
7f28c7e434
Add an arg to test.sh, for the style number
...
Now you can do `./test/test.sh 18` or `./test.sh 18`.
2013-09-25 20:14:03 -04:00
Chad Whitacre
19f91cd6a2
Make two tf scripts executable that weren't
...
test.sh checks for this, so these two weren't being tested.
2013-09-25 20:07:54 -04:00
Chad Whitacre
b89f438108
Don't care where test.sh is run from
...
We were trying to run ./test/test.sh and it didn't work because test.sh
assumed we were in ./test/. This change moves into ./test/ for us.
2013-09-25 19:54:42 -04:00
Crista Lopes
e02996f6e0
sys.stdout.flush solves the issue of the restful program seemingly blocking
2013-09-25 11:00:16 -07:00
Crista Lopes
64eaa50383
Added style #18 . Srsly.
2013-09-25 10:45:23 -07:00
Crista Lopes
a93c51c221
Added style #17
2013-09-25 07:53:55 -07:00
crista
9dc62ab208
Merge pull request #3 from bruceadams/test-exe
...
Enhance testing: run all executables
2013-09-24 19:14:03 -07:00
Bruce Adams
5749c2c50f
Enhance testing: run all executables
...
Add a #! line at the beginning of each of the existing Python programs
and change these files to be executable. This sets the stage for having
the test script blindly run anything that is executable, adding support
for testing many programming languages.
2013-09-24 22:09:30 -04:00
crista
4bae21ffbf
Merge pull request #2 from bruceadams/pipeline.sh
...
Add a pipeline version written in Bourne shell
2013-09-24 19:05:39 -07:00
crista
010a53622f
Merge pull request #1 from bruceadams/add-tests
...
Add tests for the Python programs
2013-09-24 19:04:11 -07:00
Bruce Adams
03e41234c3
Add a pipeline version written in Bourne shell
2013-09-24 21:45:05 -04:00
Bruce Adams
e967d5dadc
Add tests for the Python programs
...
Adjust 06-the-one/tf-06.py to avoid adding an extra blank line at the
end, so it will pass the tests.
2013-09-24 21:32:22 -04:00
Crista Lopes
26aecfd4a3
Improved README.md for style #16
2013-09-24 08:46:23 -07:00
Crista Lopes
369b80b979
Added style #16 . The old and dear AOP.
2013-09-24 08:39:56 -07:00
Crista Lopes
535ae4ed62
Typo
2013-09-23 20:37:44 -07:00
Crista Lopes
f9ae20233d
Added style #15 . Does this clarify REST?
2013-09-23 20:35:59 -07:00
Crista Lopes
177ed23c16
Added reference to Queneau's Exercises in Style
2013-09-22 17:06:09 -07:00
Crista Lopes
44f9eee806
Minor improvements to readmes.
2013-09-22 16:28:48 -07:00
Crista Lopes
e45dda87d2
Improved style #5 's name
2013-09-22 12:46:20 -07:00
Crista Lopes
4ba9a705ce
Improved README.md
2013-09-22 12:42:17 -07:00
Crista Lopes
fdfd09326e
Added input files
2013-09-22 12:27:08 -07:00