ПИбд-21 Лобашов И.Д. 8 лаб базовая #8

Closed
goldfest228 wants to merge 1 commits from lab8 into lab7
Owner
No description provided.
goldfest228 added 1 commit 2023-12-16 20:17:46 +04:00
eegov approved these changes 2023-12-27 19:27:33 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +17,4 @@
}
public bool Equals(UstaCollectionInfo? other)
{
return Name == other.Name;
Collaborator

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

Нет проверки, что other не равен null
@ -0,0 +9,4 @@
namespace SelfPropelledArtilleryUnit
{
internal class UstaCompareByColor : IComparer<DrawningUsta?>
Collaborator

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

Требовалось сортировать по критериям: цвет, скорость, вес
eegov closed this pull request 2023-12-27 19:27:39 +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: goldfest228/PIBD-21_Lobashov_I_D_SelfPropelledArtilleryUnit_Base#8
No description provided.