2020-12-30 08:26:25 -07:00
|
|
|
# AdGuard Home Developer Guidelines
|
2020-11-13 03:01:07 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This document was moved to the [AdGuard Code Guidelines repository][repo]. All
|
|
|
|
sections with IDs now only have links to the corresponding files and sections in
|
|
|
|
that repository.
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-06-04 07:48:37 -07:00
|
|
|
## <a href="#git" id="git" name="git">Git</a>
|
2020-11-23 04:14:08 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This section was moved to [its own document][git].
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-06-04 07:48:37 -07:00
|
|
|
## <a href="#go" id="go" name="go">Go</a>
|
2020-11-13 03:01:07 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This section was moved to [its own document][go].
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#code" id="code" name="code">Code</a>
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][code] of the Go
|
|
|
|
guidelines document.
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#commenting" id="commenting" name="commenting">Commenting</a>
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][cmnt] of the Go
|
|
|
|
guidelines document.
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#formatting" id="formatting" name="formatting">Formatting</a>
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][fmt] of the Go
|
|
|
|
guidelines document.
|
2021-04-12 08:22:11 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#naming" id="naming" name="naming">Naming</a>
|
2021-04-12 08:22:11 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][name] of the Go
|
|
|
|
guidelines document.
|
2021-04-12 08:22:11 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#testing" id="testing" name="testing">Testing</a>
|
2021-04-12 08:22:11 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][test] of the Go
|
|
|
|
guidelines document.
|
2021-02-05 08:36:37 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#recommended-reading" id="recommended-reading" name="recommended-reading">Recommended Reading</a>
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][read] of the Go
|
|
|
|
guidelines document.
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-06-04 07:48:37 -07:00
|
|
|
## <a href="#markdown" id="markdown" name="markdown">Markdown</a>
|
2021-02-05 08:36:37 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This section was moved to [its own document][md].
|
2021-03-25 06:55:54 -07:00
|
|
|
|
2021-06-04 07:48:37 -07:00
|
|
|
## <a href="#shell-scripting" id="shell-scripting" name="shell-scripting">Shell Scripting</a>
|
2020-12-08 08:23:35 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This section was moved to [its own document][sh].
|
2021-04-09 05:07:18 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
### <a href="#shell-conditionals" id="shell-conditionals" name="shell-conditionals">Shell Conditionals</a>
|
2021-04-09 05:07:18 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This subsection was moved to the [corresponding section][cond] of the Shell
|
|
|
|
guidelines document.
|
2021-04-09 05:07:18 -07:00
|
|
|
|
2021-06-04 07:48:37 -07:00
|
|
|
## <a href="#text-including-comments" id="text-including-comments" name="text-including-comments">Text, Including Comments</a>
|
2020-11-13 03:01:07 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This section was moved to [its own document][txt].
|
2021-05-19 10:31:20 -07:00
|
|
|
|
2021-06-04 07:48:37 -07:00
|
|
|
## <a href="#yaml" id="yaml" name="yaml">YAML</a>
|
2020-11-13 03:01:07 -07:00
|
|
|
|
2021-07-28 04:17:11 -07:00
|
|
|
This section was moved to [its own document][yaml].
|
|
|
|
|
|
|
|
[cmnt]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#commenting
|
|
|
|
[code]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#code
|
|
|
|
[cond]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Shell.md#shell-conditionals
|
|
|
|
[fmt]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#formatting
|
|
|
|
[git]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Git.md
|
|
|
|
[go]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md
|
|
|
|
[md]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Markdown.md
|
|
|
|
[name]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#naming
|
|
|
|
[read]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#recommended-reading
|
|
|
|
[repo]: https://github.com/AdguardTeam/CodeGuidelines
|
|
|
|
[sh]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Shell.md
|
|
|
|
[test]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#testing
|
|
|
|
[txt]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Text.md
|
|
|
|
[yaml]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/YAML.md
|