mdbs99 / james

James is a collection of object-oriented Pascal primitives for Lazarus and Delphi
MIT License
53 stars 20 forks source link

Rename all classes to use James as prefix #69

Closed mdbs99 closed 6 years ago

mdbs99 commented 6 years ago

I don't like short prefixes using just 2 or 3 letters. This does not prevent (all) the collision of names problems because others libraries could use the same short prefix that you chose.

But a Lib means "specialist in something". So, instead of a class named TDataStream, I suggest TJamesStream and so on. That is the same as saying "the James implementation to represents a Stream".

mdbs99 commented 6 years ago

I will use another approach.