ПИбд-23 Тихоненков А.Е. Лабораторная №8 #16

Closed
YourDax wants to merge 4 commits from Lab8 into Lab7
Owner
No description provided.
YourDax added 1 commit 2023-12-11 22:30:06 +04:00
YourDax added 1 commit 2023-12-11 22:30:22 +04:00
YourDax added 1 commit 2023-12-12 12:40:00 +04:00
YourDax changed title from WIP: ПИбд-23 Тихоненков А.Е. Лабораторная №8 to ПИбд-23 Тихоненков А.Е. Лабораторная №8 2023-12-12 13:32:09 +04:00
YourDax added 1 commit 2023-12-12 13:32:13 +04:00
eegov approved these changes 2023-12-16 22:00:28 +04:00
eegov left a comment
Owner

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

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

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

Нет проверки, что other не равен null
@ -0,0 +11,4 @@
{
internal class AntiAirCraftGunCompareByColor : IComparer<BaseDrawingAntiAirCraftGun?>
{
public int Compare(BaseDrawingAntiAirCraftGun? x, BaseDrawingAntiAirCraftGun? y)
Owner

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

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