rmtoo

Internal Development Notes

This document contains internal notes and information for rmToo developers.

Development Tracking

Exception Numbers

The project maintains internal tracking numbers for exceptions and error codes. The current status is tracked in development files for consistency across the codebase.

Current Status: Next free exception number: 118

This helps ensure that error codes and exception identifiers don’t conflict across different parts of the system.

Development Conventions

Error Code Management

Code Organization

Internal File Organization

Development Files

The project includes various internal files for development tracking:

Maintenance

For Contributors

When Adding New Exceptions

  1. Check the current next available number
  2. Use the next sequential number for your exception
  3. Update the tracking file with the new next number
  4. Document the exception purpose
  5. Follow project coding standards

Development Best Practices

See Also