ISEbd-11_Kotova_M_D_Labwork6_Simple #6

Closed
MariaKotova wants to merge 2 commits from Labwork6 into Labwork5
Owner
No description provided.
MariaKotova added 2 commits 2024-04-24 12:20:23 +04:00
eegov approved these changes 2024-04-28 16:19:40 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -67,0 +107,4 @@
foreach (KeyValuePair<string, ICollectionGenericObjects<T>> value in _storages)
{
StringBuilder sb = new();
sb.Append(Environment.NewLine);
Collaborator

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

Записывать в файл можно сразу, без использования StringBuilder
@ -67,0 +162,4 @@
while ((strs = fs.ReadLine()) != null)
{
//по идее этого произойти не должно
//if (strs == null)
Collaborator

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

Закомментированного кода быть не должно
eegov closed this pull request 2024-04-28 16:19:43 +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: MariaKotova/ICEbd-11_Kotova_M_D_Simple#6
No description provided.