PIbd-21 Makarov D.V. Lab 01 #1

Closed
DavidMakarov wants to merge 2 commits from lab1 into main
Owner
No description provided.
DavidMakarov added 1 commit 2023-09-24 18:25:18 +04:00
DavidMakarov requested review from eegov 2023-09-24 18:25:43 +04:00
DavidMakarov added 1 commit 2023-09-24 18:31:36 +04:00
eegov approved these changes 2023-10-15 14:18:48 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +1,18 @@
using System;
Collaborator

Дополнительное задание в гит не заливается

Дополнительное задание в гит не заливается
@ -0,0 +8,4 @@
namespace Plane
{
public class Paint
Collaborator

Имя класса не соответствует указаному в задании

Имя класса не соответствует указаному в задании
@ -0,0 +32,4 @@
public void SetPosition(int x, int y)
{
if (x + planeWidth < pictWidth && y + planeHeight < pictHeight)
Collaborator

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

Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +23,4 @@
}
private void Form1_Load(object sender, EventArgs e)
Collaborator

Пустых методов быть не должно

Пустых методов быть не должно
eegov closed this pull request 2023-10-15 14:18:57 +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: DavidMakarov/AirplaneWithRadar#1
No description provided.