Hello, perhaps this is too broad of a question, bu...
# compose-desktop
m
Hello, perhaps this is too broad of a question, but, is there any good book that goes through the principles of writing desktop apps? Coming from years of working on distributed backend systems (think spring, webapps) I find myself very lost on how to structure a desktop app (or what does a desktop app really need).
1
👍 1
One example of something that expanded my views is https://gameprogrammingpatterns.com/ where I came across many new patterns and structures (and names of things!) that I had never used on my career.
o
m
Thanks for the answer @olonho