ISE_22.Aparyan.Bulldozer.Base Lab08 #8

Closed
LuizaAparyan wants to merge 1 commits from Laba08 into Laba07
Owner
No description provided.
eegov was assigned by LuizaAparyan 2023-12-29 06:21:55 +04:00
LuizaAparyan added 1 commit 2023-12-29 06:21:56 +04:00
eegov approved these changes 2023-12-29 21:05:53 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +32,4 @@
{
return false;
}
if (x is DrawingBulldozer && y is DrawingBulldozer)
Collaborator

Нет сравнения по дополнительному цвету

Нет сравнения по дополнительному цвету
@ -0,0 +14,4 @@
public bool Equals(TractorsCollectionInfo? other)
{
return Name == other.Name;
Collaborator

Нет проверки, что other не равен null

Нет проверки, что other не равен null
eegov closed this pull request 2023-12-29 21:06:03 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LuizaAparyan/ISE_22.Aparyan.Bulldozer.Base#8
No description provided.