Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Docs #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
### This awesome yet simple and pragmatic PHP library performs an addition of two numbers.
### This awesome yet simple and pragmatic PHP library performs the addition of two numbers.

[![Build Status](https://secure.travis-ci.org/Herzult/SimplePHPEasyPlus.png)](http://travis-ci.org/Herzult/SimplePHPEasyPlus)

In early stages of Internet, developers were forced to work with poor, dry, imperative, horrific languages.
Everything had to be done through austere functions and operators. There was no objects. No interfaces. No dependency injection.
In the early stages of the Internet, developers were forced to work with poor, dry, imperative, horrific languages.
Everything had to be done through austere functions and operators. There were no objects. No interfaces. No dependency injection.

For example, to make something as simple as an addition, our dads had to write: `1+1`.
Yeah, really.

Hopefuly now, we have PHP 5.3 and its solid OOP implementation.
Hopefully now, we have PHP 5.3 and its solid OOP implementation.
SimplePHPEasyPlus lets you make this addition in a more fashionable way, using real OOP.
It is fast, simple, flexible and tested. To add `1` to `1`, all you have to do is:

Expand Down