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
Is it a good decision to model “no node" as End object? Or should it be null or may be a class?
What is the best way to model Nodes with XY position? I decided to wrap node value into object which has coordinates, unlike for example this solution http://aperiodic.net/phil/scala/s-99/p64.scala where they define PositionedNode class.
The text was updated successfully, but these errors were encountered:
End
object? Or should it benull
or may be a class?PositionedNode
class.The text was updated successfully, but these errors were encountered: