Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseTree #7

Merged
merged 2 commits into from
Oct 10, 2024
Merged

ParseTree #7

merged 2 commits into from
Oct 10, 2024

Conversation

kamendov-maxim
Copy link
Owner

No description provided.

Copy link

@zhitm zhitm left a comment

Choose a reason for hiding this comment

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

3/5

using System.Data;
using ParseTree;

public class Tests
Copy link

Choose a reason for hiding this comment

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

Нет тестов ToString


class Operation
{
public static double Calculate(char operation, double operandLeft, double operandRight)
Copy link

Choose a reason for hiding this comment

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

Нет документации к публичному методу

@zhitm
Copy link

zhitm commented Apr 26, 2024

Класс, все поправлено

@kamendov-maxim kamendov-maxim merged commit 0aea769 into master Oct 10, 2024
6 checks passed
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