Skip to content

Commit

Permalink
topics: "style" category & entries
Browse files Browse the repository at this point in the history
Moved "reactive programming" to its own section along with
alternatives like OOP and functional. Added two test styles
test driven development and behavior driven development.

These all have a place in the exercises. "functional programming" will
hopefully replace a the higher-order functions topics and functional in dlang
and ocaml.

TDD is a lot of what Exercism does. I propose to limit it to the
exercise that benefit specifically from incremental development like
[sum-of-multiples](https://github.com/exercism/problem-specifications/tree/master/exercises/sum-of-multiples). That
being said, should a track use BDD that should be available in TOPICS as well.

See exercism#884
  • Loading branch information
Tom Leen committed Aug 21, 2017
1 parent 52cf1cf commit 30847e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion TOPICS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,18 @@ Parsing
Pattern recognition
Performance
Randomness
Reactive programming
Refactoring
Regular Expressions
Searching
Security
Sorting
Text formatting
Transforming

Programming Style
---
Behavior driven development
Functional programming
Object oriented programming
Reactive programming
Test driven development

0 comments on commit 30847e3

Please sign in to comment.