-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Посмотрел код, есть некоторые замечания:
- https://github.com/InversionSpaces/automata/blob/master/inc/automata.hpp#L17 - лучше не использовать
std::pair - https://github.com/InversionSpaces/automata/blob/master/inc/automata.hpp#L148 - фигурные скобки
- https://github.com/InversionSpaces/automata/blob/master/inc/automata.hpp#L170 - лучше подписывать поля для структур:
{.from = new_state; ...- подробности можно прочесть здесь: https://en.cppreference.com/w/c/language/struct_initialization
В остальном, все отлично!
Metadata
Metadata
Assignees
Labels
No labels