/
githubmirror
/
commcare-hq
ОбзорДокументацияВойти
/
githubmirror
/
commcare-hq
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
commcare-hq/
docs/js-guide/
..
README.rst

Remove remaining documentation that referenced AMD

5 месяцев назад
code-organization.rst

Remove remaining documentation that referenced AMD

5 месяцев назад
code-review.rst

Fixed typo in code-review.rst

год назад
dependencies.rst

Remove AMD conversion scripts and documentation

5 месяцев назад
external-packages.rst

Remove remaining documentation that referenced AMD

5 месяцев назад
inheritance.rst

Updated js guide to use RST

4 года назад
integration-patterns.rst

Updated docs to remove hqDefine references

год назад
libraries.rst

Updated js guide to use RST

4 года назад
linting.rst

Updated js guide to use RST

4 года назад
security.rst

Updated js guide to use RST

4 года назад
static-files.rst

Updated static-files.rst

год назад
testing.rst

address PR feedback

2 года назад
README.rst
Dimagi JavaScript Guide
=======================
 
Dimagi’s internal JavaScript guide for use in the CommCare HQ project.
 
Javascript code should be functional in all current major browsers,
following the ECMAScript 2015 (ES6) standards, and should follow the
guidelines described in this document.
 
Table of contents
-----------------
 
.. toctree::
:caption: Overview
:maxdepth: 1
 
code-organization
static-files
 
.. toctree::
:caption: Dependencies
:maxdepth: 1
 
dependencies
libraries
external-packages
 
.. toctree::
:caption: Best practices
:maxdepth: 1
 
integration-patterns
security
inheritance
code-review
 
.. toctree::
:caption: Development Process
:maxdepth: 1
 
testing
linting