# core/ids/methodology.start.ids.ts

> 6 lines of code and 6 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-methodology-start-ids-ts
Source text: https://banes-lab.com/assets/sources/source.994d1e623ff6045f70a02f4dfd6d8985ab67cc27f2f912c485a178edbde933ca.generated.txt

## Definitions

- `LOOP_SECTION_ID` (lexical_declaration, line 1, exported)
- `LABOUR_SECTION_ID` (lexical_declaration, line 2, exported)
- `STANCE_SECTION_ID` (lexical_declaration, line 3, exported)
- `ADVERSARIAL_SECTION_ID` (lexical_declaration, line 4, exported)
- `READING_SECTION_ID` (lexical_declaration, line 5, exported)
- `ENCODING_SECTION_ID` (lexical_declaration, line 6, exported)

## Source

```typescript
export const LOOP_SECTION_ID = "the-loop";
export const LABOUR_SECTION_ID = "who-does-what";
export const STANCE_SECTION_ID = "the-stance";
export const ADVERSARIAL_SECTION_ID = "adversarial-by-default";
export const READING_SECTION_ID = "resolving-a-message";
export const ENCODING_SECTION_ID = "three-encodings";
```
