laba 8 Кувшинов Тимур ПИбд-21 Простая #12

Closed
TImourka wants to merge 1 commits from laba8 into laba7
Owner
No description provided.
TImourka added 1 commit 2023-12-16 18:31:35 +04:00
TImourka changed title from WIP: laba 8 Кувшинов Тимур ПИбд-21 Простая to laba 8 Кувшинов Тимур ПИбд-21 Простая 2023-12-19 19:17:06 +04:00
eegov approved these changes 2023-12-23 17:10:20 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +37,4 @@
}
if (x is DrawingLoco && y is DrawingLoco)
{
if (x.EntityTrain as EntityLoco == null)
Collaborator

Зачем проверка с as, если выше уже есть проверка через is?

Зачем проверка с as, если выше уже есть проверка через is?
@ -0,0 +17,4 @@
}
public bool Equals(TrainsCollectionInfo? other)
{
return Name.Equals(other.Name);
Collaborator

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

Нет проверки, что other не равен null
eegov closed this pull request 2023-12-23 17:10:29 +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: TImourka/PIbd-21_Kouvshinoff_T._A._WarmlyLocomotive._Base#12
No description provided.