DanielSank / observed

Observer pattern in python
MIT License
33 stars 4 forks source link

Make this a single module #1

Closed coldfix closed 10 years ago

coldfix commented 10 years ago

The Zen of Python states:

Simple is better than complex. ... Flat is better than nested.

I don't see any compelling reason to make observed a package. More in depth:

DanielSank commented 10 years ago

I see, so you're saying I might as well just have one file and put __version__ inside it?

coldfix commented 10 years ago

Exactly.

DanielSank commented 10 years ago

This is issue is now resolved in the dedicatedClasses branch, which will become release 0.5.