Home » Text » Text_Diff » Bug #2178
Question about class naming and PHP QA int Text_Diff
Details
| Request #2178 | Question about class naming and PHP QA int Text_Diff |
|---|---|
| Submitted | 2004-08-20 17:33 UTC |
| From | contact at mann dot fr |
| Assigned | yunosh |
| Status | Closed |
| Package | Text_Diff |
| PHP Version | Irrelevant |
| OS | Linux (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.