sorted by: new top controversial old
[-] CatPoop@lemmy.world 5 points 5 months ago

Maybe also look ip a good component library, for C# I use MudBlazor, which has great documentation that helps a lot to pick the right component for the job, and a lot of the hard work is already done in terms of styles/themes.

For my apps I use the MVVM pattern and write all the backend logic first, then that helps me narrow down the right way to display it.

[-] CatPoop@lemmy.world 5 points 6 months ago

It’s not that bad, you might have a couple of moments where you suddenly second guess yourself, particularly on smaller country roads, or car parks. Just remember you the driver should be nearest to the center of the road and you’ll be fine. If you pre book you might have a chance of renting an automatic to make things even easier.

[-] CatPoop@lemmy.world 1 points 8 months ago* (last edited 8 months ago)

10GPa is about 2 billion footballers piled on top of a football field.

[-] CatPoop@lemmy.world 12 points 10 months ago

Assuming this is C#, you could just make Reservation a record type, which can be defined with a one line primary constructor, is immutable and has value type equality. Second example is an insane amount of boilerplate.

[-] CatPoop@lemmy.world 7 points 1 year ago

“This just in, a new study has shown AI poses not material threat to society, go about your business fellow humans”

[-] CatPoop@lemmy.world 1 points 1 year ago

For my sins I spend a significant part of my time maintaining smalltalk, and it most definitely is not productive.

The syntax is ugly and cumbersome when you start chaining messages. Any advantages the evangelists tout are available in modern languages without the baggage of this dead one.

Today if you want something ‘simple, flexible, interactive’ (interpreted, GC and likely faster) python would almost certainly be a better choice.

CatPoop

joined 1 year ago