zeegin / zeegin/v8std

#std550 адаптировать и расширить

Open
#15 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.