PIbd-23 Vrazhkin S.A. Work8 #8

Closed
kirin wants to merge 1 commits from lab8 into lab7
Owner
No description provided.
kirin added 1 commit 2023-12-13 13:17:35 +04:00
eegov approved these changes 2023-12-16 21:22:54 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +34,4 @@
{
EntityElectricLocomotiv EntityX = (EntityElectricLocomotiv)x.EntityLocomotiv;
EntityElectricLocomotiv EntityY = (EntityElectricLocomotiv)y.EntityLocomotiv;
if (EntityX.isBattery != EntityY.isBattery)
Collaborator

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

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

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

Нет проверки, что other не равен null
@ -0,0 +14,4 @@
{
return x.EntityLocomotiv.ColorBody.GetBrightness().CompareTo(y.EntityLocomotiv.ColorBody.GetBrightness());
}
if (x.GetType().Name != y.GetType().Name)
Collaborator

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

Требовалось сортировать по критериям: цвет, скорость, вес
eegov closed this pull request 2023-12-16 21:22:59 +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: kirin/PIbd-23_Vrazhkin_S_A_ElectricLocomotive-Base#8
No description provided.