PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Diff » Bug #2178

Question about class naming and PHP QA int Text_Diff

Details

Request #2178Question about class naming and PHP QA int Text_Diff
Submitted2004-08-20 17:33 UTC
Fromcontact at mann dot fr
Assignedyunosh
StatusClosed
PackageText_Diff
PHP VersionIrrelevant
OSLinux (Debian i586)
Roadmaps(Not assigned)

Comments

[2004-08-20 17:33 UTC] contact at mann dot fr

Description:
------------
Hi,

I noticed you are using a naming convention strange to me.
Text_Diff_*
I was under the impression that PEAR stabdards were more
Text_Diff[A-9][a-zA-z0-9]*
Perhaps to allow someone to
Text_Diff_SomeOtherPackage
Not that I have any interest in doing that.
I don't.

Take care

Chris

[2004-08-23 10:43 UTC] contact at mann dot fr

Here is a correct naming scheme, following your enclosed references :

Text_Diff
Text_Diff_3
Text_Diff_Renderer
Text_Diff_Renderer_Unified
Text_Diff_MappedDiff

I found the extension of the underlines in the package strange at first. It would seem to make sense though.