Commit Graph
10 Commits
Author SHA1 Message Date
Bernardo Sulzbach 2238369fc0 Better capitalization in the readme.
Also reworded some sentences and wrapped one or two huge lines I would need to
change anyway.

Closes #192
2015-08-08 10:27:50 -03:00
Bernardo Sulzbach e3f2da8544 Wrapping some parts of the README at 80.
Notes:
  some lines had breaks at varying positions, fixed to 80.
  this improves readability to me immensely
  some stuff should not be wrapped and other parts are just hard to
    wrap, so I am satisfied with this for now.

[ci skip]
2015-08-07 10:31:53 -03:00
Bernardo Sulzbach 8a4911a4eb Fixed several typos in the README. 2015-08-06 20:05:32 -03:00
mafagafogigante 5e28382021 Fixed spaces instead of tabs. 2014-11-08 20:49:40 -02:00
mafagafogigante bc060309e3 Improves a toString method.
Makes it more readable and deletes an useless semicolon.
2014-11-08 20:45:18 -02:00
mafagafogigante a4637fcf99 Uses a StringBuilder to improve performance.
Also stops initializing a variable (removes an unused initialization).
2014-11-08 20:45:18 -02:00
mafagafogigante 031bbe9f09 Simplifies an if statement 2014-11-08 20:45:11 -02:00
mafagafogigante 5109c8f462 Minor refactoring on the observer code. 2014-10-20 13:34:14 -02:00
mafagafogigante edc93ea7cf Changed the observer diagram. 2014-10-20 13:26:42 -02:00
mafagafogigante 74c0ab90ac Improved template method UML.
This commit fixes the following problems:
- protected methods marked as public.
- inherited operations that are not overriden are repeated.
- one method had an invalid parameter (see attached image).
- abstract class not indicated as such.

This commit improves the following aspects:
- I did not like how the classes were arranged, so went ahead and made
  some small chnges. I hope you don't mind the different distribution.
2014-10-17 20:58:49 -03:00