ISBd-21. Gordeev.I.V Laba work 01 #1

Closed
Igor_Gordeev wants to merge 3 commits from ElectricLocomotiveBasicLabFirst01 into main
Owner
No description provided.
Igor_Gordeev added 3 commits 2023-10-06 13:02:37 +04:00
Igor_Gordeev closed this pull request 2023-10-06 13:03:18 +04:00
Igor_Gordeev reopened this pull request 2023-10-06 13:03:27 +04:00
eegov approved these changes 2023-10-15 18:27:54 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +30,4 @@
{
_pictureWidth = width;
_pictureHeight = height;
if ((_pictureHeight < _LocomoriveHeight) || (_pictureWidth < _LocomotiveWidth))
Collaborator

Сначала выполняются проверки и только потом, если они пройдены успешно, запоминаются данные

Сначала выполняются проверки и только потом, если они пройдены успешно, запоминаются данные
@ -0,0 +43,4 @@
{
if (x < 0 || y < 0 || x + _LocomotiveWidth > _pictureWidth || y + _LocomoriveHeight > _pictureHeight)
{
return ;
Collaborator

Нет корректировки координат, если при текущих объект "выходит" за границы

Нет корректировки координат, если при текущих объект "выходит" за границы
@ -0,0 +6,4 @@
namespace ElectricLocomotive
{
public class EntityElectricLocomotive
Collaborator

Не заданы свойства-признаки

Не заданы свойства-признаки
eegov closed this pull request 2023-10-15 18:28:02 +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: Igor_Gordeev/ISEbd-21.Gordeev.I.V.ElectricLocomotive.Basic#1
No description provided.