ISEbd-21. Gruzdev A.P. Lab work 01 #1

Closed
y3nnn wants to merge 1 commits from lab01 into main
Owner
No description provided.
y3nnn added 1 commit 2023-10-29 15:23:49 +04:00
eegov approved these changes 2023-10-29 16:51:45 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +6,4 @@
namespace ProjectWarmlyShip
{
internal class Direction
Collaborator

Должно быть просто public enum DirectionType

Должно быть просто public enum DirectionType
@ -0,0 +68,4 @@
/// <param name="y">Координата Y</param>
public void SetPosition(int x, int y)
{
if ((x > 0) && (x < _pictureWidth)) _startPosX = x;
Collaborator

Не учтены все условия, при которых объект может выйти за границы

Не учтены все условия, при которых объект может выйти за границы
eegov closed this pull request 2023-10-29 16:51:49 +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: y3nnn/ISEbd-21.Gruzdev.A.P.WarmlyShip.Base#1
No description provided.