Skip to content

add cd and ls commands#12

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

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

Conversation

@mk17ru

@mk17ru mk17ru commented Nov 18, 2024

Copy link
Copy Markdown

No description provided.

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

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

@gkashin gkashin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

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

Comment thread feedback.md
@@ -0,0 +1,39 @@
### Фидбек по архитектуре CLI-приложения

Copy link
Copy Markdown
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

gkashin commented Nov 25, 2024

Copy link
Copy Markdown
Contributor

@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