PIbd-21. Kryukov A.I. Lab work 08 base #23

Closed
SooNooClose wants to merge 1 commits from lab_8 into lab_7
Owner
No description provided.
SooNooClose added 1 commit 2023-12-17 16:39:53 +04:00
SooNooClose changed title from WIP: PIbd-21. Kryukov A.I. Lab work 08 base to PIbd-21. Kryukov A.I. Lab work 08 base 2023-12-19 12:11:56 +04:00
SooNooClose requested review from eegov 2023-12-19 12:12:44 +04:00
eegov approved these changes 2023-12-23 17:05:51 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +33,4 @@
return false;
}
if(x.EntityExcavator.BodyColor != y.EntityExcavator.BodyColor) { return false; }
if(x is DrawningExcavatorBodyKits && y is DrawningExcavatorBodyKits)
Collaborator

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

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

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

Нет проверки, что other не равен null
eegov closed this pull request 2023-12-23 17:05:56 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SooNooClose/PIbd-21_Kryukov_A_I_Excavator_C_Sharp#23
No description provided.