ISEbd-21.Fedotov.I.A.SelfPropelledArtilleryUnit.Basic.laba08 #9

Closed
Ilfedotov.01 wants to merge 5 commits from ISEbd-21.Fedotov.I.A.SelfPropelledArtilleryUnit.Basic.laba08 into ISEbd-21.Fedotov.I.A.SelfPropelledArtilleryUnit.Basic.laba07
Owner
No description provided.
Ilfedotov.01 added 5 commits 2023-12-29 17:55:07 +04:00
eegov was assigned by Ilfedotov.01 2023-12-29 17:55:15 +04:00
eegov approved these changes 2023-12-29 20:57:26 +04:00
eegov left a comment
Collaborator

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

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

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

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

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

Нет проверки, что other не равен null
@ -0,0 +6,4 @@
namespace SelfPropelledArtilleryUnit.Basic
{
public class UnitCompareByColor : IComparer<BaseDrawningCharacter?>
Collaborator

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

Требовалось сортировать по критериям: цвет, скорость, вес
eegov closed this pull request 2023-12-29 20:57:48 +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: Ilfedotov.01/ISEbd-21.Fedotov.I.A.SelfPropelledArtilleryUnit.Basic#9
No description provided.