You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that'd be nice to look at is unnecessary typings, but I don't know if those tools have rules for that. For example in server.ts we define an interface for the Plotter object here:
One thing that'd be nice to look at is unnecessary typings, but I don't know if those tools have rules for that. For example in
server.ts
we define an interface for thePlotter
object here:saxi/src/server.ts
Lines 158 to 163 in d05fc4c
But the functions below still have their typings :
saxi/src/server.ts
Line 173 in d05fc4c
which hurts the readability in my opinion.
Originally posted by @drskullster in #168 (comment)
The text was updated successfully, but these errors were encountered: