Speaker
Description
Summary
In English
There were written several programs which implement some ways to minimize errors in the “Perl” language. The author's certificates were received.
Each of these programs includes a method to minimize errors. In total, these programs are three:
-
Dialog method. It is implemented so that the program itself asks questions to the user and selects the desired code according to his answers. This method has a significant drawback is to describe and predict all the options of the dialogue is impossible, because their number tends to infinity.
-
Method for determining the appropriate condition by the specified values. It is implemented with the help of “Gnuplot " charting program. It consists in the fact the program chooses which chart to build based on the given data.
-
A method for interpreting a condition using special words. It consists in the fact that a special simplified language or a set of words is invented, with the help of which more complex conditions are written. This simplifies the process of writing code.
In Russian
Написано несколько программ, в которых реализованы некоторые способы минимизации ошибок на языке “Perl”. По ним были получены авторские свидетельства.
Каждая из этих программ включает в себя метод минимизации ошибок. Всего этих программ 3:
Диалоговый метод. Реализован так, что программа сама задаёт вопросы пользователю и по его ответам выбирает нужный код. Имеет существенный недостаток, все варианты диалога описать и предугадать нереально, потому что их число стремится к бесконечности.
Метод определения подходящего условия по заданным значениям. Реализован с помощью программы для построения графиков “Gnuplot”. Заключается в том, что программа по заданным данным сама выбирает какой график нужно строить.
Метод интерпретации условия с помощью специальных слов. Заключается в том, что придумывается специальный упрощённый язык или набор слов, с помощью которого записываются более сложные условия. Это упрощает процедуру написания кода.