CTLJoschua / AdventOfCode

2 stars 0 forks source link

Vorschläge #1

Open Tentoe opened 2 years ago

Tentoe commented 2 years ago

https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L919

Hier hättest du erst split('|') machen können, das wär schöner gewesen.

https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L923

"|" sortiert ist "|" das if ist also unnötig

https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L992

Wenn das so lang ist kann man vor oder nach den && einen Zeilenumbruch machen.

CTLJoschua commented 2 years ago

Thank you for your Support 🍔