#std550 адаптировать и расширить
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 124
- Forks
- 26
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 5
Description
Предлагаю дополнить стандарт its.1c.ru/db/v8std/content/550/hdoc
Привила именования объектов метаданных
Неправильно:
Snake case: last_name, annual_earnings, total_snakes_found
Kebab case: "the-quick-brown-fox-jumps-over-the-lazy-dog"
lowerCamelCase: isConnected, thisIsAnExample, myXmlParser
Правильно:
UpperCamelCase (also known as PascalCase): UIInterfaceOrientationMask, SplashScreenState
В 1с общепринято использовать CamelCase нотацию, поэтому правильно: ВТДокументы или ВременнаяТаблицаДокументы, неправильно: ВТ_Документы, ВтДокументы, втДокументы, допустимо: ВТ_ТЧ_НастройкиОбмена
Неправильно: Процедура ДатаОтгрузки_НачалоВыбора(Элемент, СтандартнаяОбработка),
Правильно: Процедура ДатаОтгрузкиНачалоВыбора(Элемент, СтандартнаяОбработка)
Исключения:
использование версий EnterpriseData_1_20, ГрафикЭтаповПроизводства2_2,
аббревиатур Лого1С_БРО, БазоваяВерсияУТ_ИП,
языка Драйвер1СДисплейПокупателя_en,
расширений файлов ПФ_MXL_КорректировочныйСчетФактура1096,
префиксов БСП_Анкета, Расш1_ПриСозданииНаСервереВместо
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the standard at its.1c.ru/db/v8std/content/550/hdoc and compare it with the naming examples and exceptions listed in the issue. Locate the repository's corresponding documentation entry, then update it to cover those rules consistently; the work is done when the proposed additions are represented in the standard.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100