PIbd-21-MalafeevL.S._Cruiser_Base_Lab1 #1

Closed
mallafeev wants to merge 1 commits from lab1 into main
Owner
No description provided.
mallafeev added 1 commit 2023-09-25 11:16:44 +04:00
mallafeev requested review from eegov 2023-09-25 11:17:16 +04:00
eegov approved these changes 2023-10-15 14:23:05 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +39,4 @@
/// <summary>
/// Цвет для палубы
/// </summary>
public Color PalubaColor { get; private set; }
Collaborator

Это свойства, относящиеся к сущности, тут их быть не должно

Это свойства, относящиеся к сущности, тут их быть не должно
@ -0,0 +74,4 @@
{
if (width < _cruiserWidth || height < _cruiserHeight)
{
_pictureHeight = _cruiserHeight + 100;
Collaborator

Почему 100? Почему не 50?

Почему 100? Почему не 50?
@ -0,0 +97,4 @@
{
if (x < 0 || y < 0)
{
return;
Collaborator

Не выход, а корректировка

Не выход, а корректировка
@ -0,0 +101,4 @@
}
if (x > _pictureWidth || y > _pictureHeight)
{
return;
Collaborator

Не выход, а корректировка

Не выход, а корректировка
@ -0,0 +1,31 @@
private void Form1_Load(object sender, EventArgs e)
Collaborator

Что это такое???

Что это такое???
eegov closed this pull request 2023-10-15 14:23:09 +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: mallafeev/PIbd-21_MalafeevL.S._Cruiser_Base#1
No description provided.