# Coding guidelines

- [Afspraken](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/boete.md)
- [Minpunten voor: Compileert niet](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/compileertniet.md)
- [Minpunten voor: Klassen in 1 bestand](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/klassenfile.md)
- [Minpunten voor: Redundante code](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/redundant.md)
- [Minpunten voor: Bladspiegel](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/bladspiegel.md)
- [Minpunten voor: Naamgeving](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/naamgeving.md)
- [Minpunten voor: goto, break en continue](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/goto.md)
- [Minpunten voor: Linq gebruiken](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/linq.md)
- [Minpunten voor: Methoden in methoden](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/method.md)
- [Minpunten voor: Toplevel statements](https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/toplevel.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
