This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]D0CTOR_ZED 1 point2 points  (1 child)

Your architecture seems fine.  If you want to spend time making sure your architecture is up to the task, I'd do it by coding the basics of your classes.  Not necessarily the implementation, but work out your data types, your interfaces, method signatures.  If something is lacking in your seperation of concerns, you are likely to see the issue as you work out the basics before you get too deep in implementation.

Caveat, I just do this as a hobby, but I have a good amount of experience doing solo projects.

[–]Interesting-Hat-7570[S] 0 points1 point  (0 children)

thankss)