Skip to content

Tic Tac Toe#16

Open
KirillBorisovich wants to merge 3 commits intomainfrom
test_25_05_2025
Open

Tic Tac Toe#16
KirillBorisovich wants to merge 3 commits intomainfrom
test_25_05_2025

Conversation

@KirillBorisovich
Copy link
Owner

No description provided.

Comment on lines +3 to +13
# SA1600: Elements should be documented
dotnet_diagnostic.SA1600.severity = none

# SA1400: Access modifier should be declared
dotnet_diagnostic.SA1400.severity = none

# SA1636: File header copyright text should match
dotnet_diagnostic.SA1636.severity = none

# SA1638: File header file name documentation should match file name
dotnet_diagnostic.SA1638.severity = none

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Что-то вообще все полезные предупреждения поотключали

MaximumSize = new Size(800, 800);
MinimumSize = new Size(400, 400);
Name = "TicTacToeBoard";
Text = "Form1";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Оу

MessageBox.Show("�����!", "���� ��������");
this.ResetGame();
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо было разделить бизнес-логику и UI, иначе тесты писать невозможно

button.Text = string.Empty;
}

this.xPressed = true;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А так нолики будут первыми ходить

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants