ISEbd-21 Melnikov I.O. Lab work 03 Base #5

Merged
eegov merged 6 commits from LabWork03 into LabWork02 2022-10-21 10:41:37 +04:00
No description provided.
Igor-Melnikov added 6 commits 2022-10-20 17:08:04 +04:00
Igor-Melnikov requested review from eegov 2022-10-20 17:10:35 +04:00
eegov approved these changes 2022-10-21 10:41:30 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +59,4 @@
/// <param name="map"></param>
/// <param name="position"></param>
/// <returns></returns>
public static int operator -(MapWithSetLocomotivesGeneric<T, U> map, int position)
Collaborator

Тип возвращаемого значения выбран неверно

Тип возвращаемого значения выбран неверно
@ -0,0 +26,4 @@
/// <returns></returns>
public int Insert(T locomotive)
{
T testLocomotive = _places[0];
Collaborator

Правильнее было вызвать Insert(T obj, 0);

Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +79,4 @@
/// </summary>
/// <param name="position"></param>
/// <returns></returns>
public int Remove(int position)
Collaborator

Тип возвращаемого значения выбран неверно

Тип возвращаемого значения выбран неверно
eegov merged commit 3466ea7251 into LabWork02 2022-10-21 10:41:37 +04:00
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: Igor-Melnikov/ISEbd-21_Melnikov_I.O._Locomotives._Base#5
No description provided.