https://github.com/dmuth/dougs-drupal-tools
This Drupal 6 module contains tools that I put together for some Drupal-powered sites that I manage.
https://github.com/dmuth/dougs-drupal-tools
Last synced: 10 months ago
JSON representation
This Drupal 6 module contains tools that I put together for some Drupal-powered sites that I manage.
- Host: GitHub
- URL: https://github.com/dmuth/dougs-drupal-tools
- Owner: dmuth
- License: other
- Created: 2011-12-23T03:14:24.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2020-09-03T22:21:27.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T06:07:30.091Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-why-no-OOP.txt
- License: LICENSE.md
Awesome Lists containing this project
README
Q: Why no Object-Oriented Programming?
A: At this point, Drupal is not OO, so I am trying to keep this module
not be OO either.
Q: Will this module ever be in OO?
A: Yes. When I pass about 500 lines or so, I'm going to want to split this
module into separate files. At this point, I feel it would be appropriate
to make those be classfiles.
At this point, I also intend on building a factory class for this module
and writing tests in SimpleTest.