Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Move functions blocks to code behind #9

Closed chrissainty closed 5 years ago

chrissainty commented 5 years ago

Currently, all code sits in the same file. I think it would be better to separate out the logic and move it to a base class (code behind).

SQL-MisterMagoo commented 5 years ago

Agreed, I think there are also some cases of code that should be separated out from the components into either a service or a helper class. The room page especially has far too much going on in one place.