Лёвушкина Анна, ПИбд-21, лаб8 простая #15

Closed
AnnaLioness wants to merge 2 commits from лаб8 into лаб7
Owner
No description provided.
AnnaLioness added 2 commits 2023-12-19 21:41:31 +04:00
eegov approved these changes 2023-12-23 17:11:29 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +24,4 @@
{
return x.EntityShip.BodyColor.Name.CompareTo(y.EntityShip.BodyColor.Name);
}
if (x.GetType().Name != y.GetType().Name)
Collaborator

Требовалось сортировать по критериям: цвет, скорость, вес

Требовалось сортировать по критериям: цвет, скорость, вес
@ -0,0 +17,4 @@
}
public bool Equals(ShipsCollectionInfo? other)
{
return Name == other.Name;
Collaborator

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

Нет проверки, что other не равен null
eegov closed this pull request 2023-12-23 17:11:34 +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: AnnaLioness/PIbd21.LyovushkinaA.A.Container_ship.Base#15
No description provided.