Re: [go-nuts] Re: Suggestions for layout/structure/coding-patterns for GUI applications in Go?

2019-01-12 Thread Bakul Shah
On Sat, 12 Jan 2019 15:55:01 -0800 David Collier-Brown wrote: > > I'm pleasantly mature (born in 1644), but I still don't understand > javascript GUIs (;-)) Amazing. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this

[go-nuts] Re: Suggestions for layout/structure/coding-patterns for GUI applications in Go?

2019-01-12 Thread David Collier-Brown
I'm pleasantly mature (born in 1644), but I still don't understand javascript GUIs (;-)) --dave On Friday, January 11, 2019 at 11:53:03 PM UTC-5, Lucio wrote: > > >> I think it's a maturity thing, with the added complexity that the need > for an immediate solution prevents any study of

[go-nuts] Re: Suggestions for layout/structure/coding-patterns for GUI applications in Go?

2019-01-11 Thread Lucio
On Saturday, 12 January 2019 01:30:40 UTC+2, Tom wrote: > > Hi! > > *TL;DR: GUI applications seems pretty hard to structure the code in a > readable way. Can anyone recommend any patterns/layout or suggestions to > structuring such a codebase and keeping it readable?* > > [ ... ] > GUI