Skip to content

add cd and ls commands#12

Open
mk17ru wants to merge 3 commits intoitmo-software-design:mainfrom
mk17ru:hw4-add-cd-ls
Open

add cd and ls commands#12
mk17ru wants to merge 3 commits intoitmo-software-design:mainfrom
mk17ru:hw4-add-cd-ls

Conversation

@mk17ru
Copy link

@mk17ru mk17ru commented Nov 18, 2024

No description provided.

* @author mk17ru
* @since 0.0.3
*/
class LsCommand : Command {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не уверен, нужна ли обработка флагов команды? -l, -b, -c…
Если нет, то все отлично.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

По заданию кажется не обязательным, а так согласен, всё отлично.

Copy link
Contributor

@gkashin gkashin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Единственный возникший вопрос – нужна ли обработка флагов команды ls?

В противном случае реализации команд вписываются в нашу кодовую базу хорошо. Существующие тесты проходят. Новая функциональность также протестирована. LGTM

@@ -0,0 +1,39 @@
### Фидбек по архитектуре CLI-приложения
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Спасибо за такой детальный фидбек!

@gkashin gkashin requested a review from sibmaks November 25, 2024 08:04
@gkashin
Copy link
Contributor

gkashin commented Nov 25, 2024

@sibmaks Что думаешь?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants