Sign in
|
English
|
Terms of Use
Dictionary
Forum
Contacts
Terms containing
name of method
|
all forms
|
in specified order only
Subject
English
Russian
progr.
association of a method name or function block name with a method or a function block implementation
ассоциация имени метода или имени функционального блока с реализацией метода или функционального блока
(связывание имён
ssn
)
progr.
to
avoid name conflicts, which may cause hard-to-find bugs in large programs, it is wise to use some kind of convention that minimizes the chance of conflicts. Possible conventions include capitalizing method names, prefixing data attribute names with a small unique string, or using verbs for methods and nouns for data attributes
чтобы избежать конфликтов имен, которые в больших программах могут привести к тяжело обнаружимым ошибкам, полезно использовать своего рода соглашение, позволяющее минимизировать вероятность конфликтов. Например: называть методы именами, начинающимися с заглавной буквы, добавлять небольшую приставку в начало имен атрибутов данных
возможно просто символ подчёркивания
или использовать глаголы для методов и существительные для атрибутов данных
(см.
An Introduction to Python – The Python Tutorial
version 3.2
by Guido van Rossum and Fred L. Drake
2011
ssn
)
progr.
more than one method of the same name
разные методы с одним и тем же именем
(
ssn
)
progr.
name of a method prototype
имя прототипа метода
(
ssn
)
progr.
name of method
имя метода
(
ssn
)
qual.cont.
Name of the method / identification
Наименование метода / идентификация
progr.
name of the method to call
имя метода для вызова
(
ssn
)
progr.
names of local variables of different methods
имена локальных переменных различных методов
(
ssn
)
progr.
names of variables of different methods
имена переменных различных методов
(
ssn
)
Makarov.
the determination of the best name of the method
определение наилучшего названия для этого метода
Makarov.
the determination of the best name of the method
выбор наилучшего названия для этого метода
progr.
valid method names of an instance object
действительные имена методов объекта-экземпляра
(
ssn
)
progr.
Valid method names of an instance object depend on its class
Действительные имена методов объекта-экземпляра зависят от его класса
(см.
An Introduction to Python – The Python Tutorial
version 3.2
by Guido van Rossum and Fred L. Drake
2011
ssn
)
Get short URL