PIbd-14 ChertovA.A. LabWork6 Simple #6

Closed
pibd14chertovandrey wants to merge 3 commits from lab06 into lab05
No description provided.
pibd14chertovandrey added 3 commits 2024-05-23 16:57:46 +04:00
eegov approved these changes 2024-05-25 19:58:19 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -51,0 +45,4 @@
return null;
}
}
private readonly string _collectionKey = "CollectionsStorage";
Collaborator

Поля объявляются в начале класса

Поля объявляются в начале класса
@ -51,0 +72,4 @@
foreach (KeyValuePair<string, ICollectionGenericObjects<T>> value in _storages)
{
StringBuilder sb = new();
sb.Append(Environment.NewLine);
Collaborator

Записывать в файл можно сразу, без использования StringBuilder

Записывать в файл можно сразу, без использования StringBuilder
@ -18,0 +17,4 @@
{
EntityTrain = new EntityRoadTrain(entityRoadTrain.Speed, entityRoadTrain.Weight, entityRoadTrain.BodyColor, entityRoadTrain.BodyTankColor, entityRoadTrain.WaterTank, entityRoadTrain.CleanBrush);
}
//public DrawningRoadTrain(EntityRoadTrain roadTrain) : base(180, 140)
Collaborator

Закомментированного кода быть не должно

Закомментированного кода быть не должно
eegov closed this pull request 2024-05-25 19:58:34 +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: pibd14chertovandrey/PIbd-14_Chertov_A.A._Simple#6
No description provided.