Welcome Guest to Defaut site!

Comserv Development Guidelines

Patch Format

When providing code returns, always use the `+-` patch format to prevent overwriting existing functions. This ensures that changes are clear and maintainable.

Catalyst Coding Standards

Follow these standards when coding in Catalyst:

Testing Guidelines

Ensure that your code is thoroughly tested, including testing for both .tt templates and the underlying code. Some key points to consider:

Back to top

Documentation Standards

Keep the documentation up-to-date and comprehensive. Ensure that all changes to the codebase are reflected in the corresponding documentation sections.

Back to top

Git Workflow

A Git workflow refers to the agreed-upon process for how developers should use Git to manage code changes, collaborate on features, and maintain the codebase. The key elements of the recommended Git workflow for this project are:

Follow the established Git workflow for the project, including regular commits with meaningful messages and the use of feature branches for new developments.

Back to top

Back to top

Security Guidelines

Back to top

Completed Items

Session Planning

When planning your sessions, please follow these guidelines:

  1. Please read sessionplan.tt.
  2. Compare the current prompt and the plan you would create for it with the session plan.
  3. Modify the current session plan to incorporate the plan you just created.

Example Prompt

When reminding the assistant, you can say: "Please follow the guidelines outlined in guidelines.tt, especially regarding the `+-` patch format for code returns and the prohibition on using placeholders in code returns."