DictionaryForumContacts

Terms for subject Programming containing program name | all forms
EnglishRussian
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)
corresponding symbolic name of a variable in the application programсоответствующее символьное имя переменной в прикладной программе (ssn)
hierarchical concatenation of instance names, beginning with the name of the resource, followed by the name of the program instance, followed by the name of the function block instanceиерархическая конкатенация имён экземпляров, начиная с имени ресурса, за которым следует имя экземпляра программы, за которым следует имя экземпляра функционального блока (ssn)
in programs written in the Java programming language, an instance of a class is created using the new operator followed by the class nameв программах на языке Java экземпляр класса создаётся с помощью оператора new, за которым следует имя класса
name of the file containing the source programимя файла, содержащего исходную программу (ssn)
name of the program instanceимя экземпляра программы (ssn)
symbolic name of a variable in the application programсимвольное имя переменной в прикладной программе (ssn)
there are different names used to signify the entire set of classes necessary to be designed and implemented in a computer program. They are called interchangeably design classes, software classes, application classes, program classes, system classes or implementation classesИспользуются различные имена, чтобы назвать все множество классов, которые должны быть разработаны и реализованы в компьютерной программе. Они попеременно называются классами проекта, классами ПО, прикладными классами, классами программы, классами системы или классами реализации (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)

Get short URL