Curtis Carter · @codingcoyote
17 followers · 11 posts · Server floss.social

2023 is coming up and will be participating. A few bugs need squashed, docs need updated, and tests need added. Feel free to raise an issue for anything you'd want to work and I'll do what I can to assist with learning the codebase. Opportunities for PR to be submitted in

I'm gearing up for an overhaul of the caching system, but anything is up for grabs. Refactoring (for performance or readability) are acceptable.

#Hacktoberfest #nugetdefense #TypeScript #Markdown #CSharp #ReactJS

Last updated 1 year ago

Patrick Drechsler · @drechsler
75 followers · 137 posts · Server floss.social

hey

is there a consent for 2023 how a directory structure should look like for new greenfield or solutions?

- Java-like (src and test)
- "Flat": LibFoo is next to LibFoo.Tests
- other?

How much does your

- IDE
- CI/CD

motivate your choice?

#dotNET #CSharp #FSharp

Last updated 1 year ago

DevWouter · @DevWouter
144 followers · 830 posts · Server s.poweredbydev.com
DevWouter · @DevWouter
144 followers · 830 posts · Server s.poweredbydev.com

@bc3tech

I can read switch *expressions* fine, but all my writing was done by the IDE that converts it.

#CSharp

Last updated 1 year ago

Aurimas Černius · @aurisc4
10 followers · 147 posts · Server floss.social

TIL: params is a reserved keyword in C#, cannot name parameter like that. Compiler error could be clearer though.

#CSharp #programming

Last updated 1 year ago

DevWouter · @DevWouter
77 followers · 648 posts · Server s.poweredbydev.com

Just put another article online (well, they are scheduled, and I only need to share them online) about how I prefer to do . It's also one of those rare posts that contains a bit of and mostly because this contains those few instances where I use implicit operators to do casting for me.

poweredbydev.com/a-simple-solu

#translations #CSharp #code

Last updated 2 years ago

Tech news from Canada · @TechNews
572 followers · 17375 posts · Server mastodon.roitsystems.ca
Aurimas Černius · @aurisc4
8 followers · 88 posts · Server floss.social

and apparently have* logical XOR operator:
x ==! y

* It does not, that's two operators written to look like one. But it works like XOR would.

#CSharp #Java #Rust #programming

Last updated 2 years ago

Tech news from Canada · @TechNews
314 followers · 8173 posts · Server mastodon.roitsystems.ca
webbureaucrat · @webbureaucrat
41 followers · 254 posts · Server floss.social

@michel_slm Sadly, not really.

I mostly got really good at abusing into being a functional language. With a little practice, it can be a very good one. (I'm trying to do the same thing to Python now, but it's a lot harder.)

If you were looking for functional, your best bet would be by way of data engineering someplace that deals with very high traffic, though that's probably not breaking news.

#Scala #CSharp

Last updated 2 years ago

Tech news from Canada · @TechNews
175 followers · 4313 posts · Server mastodon.roitsystems.ca
Tech news from Canada · @TechNews
119 followers · 2474 posts · Server mastodon.roitsystems.ca
Matias · @sigsegv
383 followers · 697 posts · Server floss.social

/ question:
How should I store a potentially huge 3D array, that needs to support serialisation?

If I store it as a flattened 1D array then all is good and Unity can serialise it, but it will result in one massive linear memory allocation - which may fail.

If I store it as a jagged array I will not have the same memory-related issues, but Unity won't be able to serialise it.

Is there maybe some support for custom serialisation that I don't know of?

#CSharp #unity

Last updated 2 years ago

DevWouter · @DevWouter
39 followers · 192 posts · Server s.poweredbydev.com

Just got out of a meeting of and happy to inform all of you that the federation project will be written in primarily.

The biggest reason is because we can deploy it as a single self-contained application.

Normally I would have chosen for for this kind of project since being the universal language but that would have been difficult with all the runtime requirements.

#opensource #Sport #CSharp #typescript #javascript

Last updated 2 years ago

DevWouter · @DevWouter
37 followers · 127 posts · Server s.poweredbydev.com

@khalidabuhakmeh

Maybe a temporary solution or something? The “e” is esproj can refer to ECMAScript but is also an ECMA standard. Or it can point to an old format used by Espresso.

I have sooo many questions 😅

#CSharp

Last updated 2 years ago

Rob · @rob
88 followers · 334 posts · Server rob365.online
Julian Elve · @julian
48 followers · 256 posts · Server social.synesthesia.co.uk

Any other devs out there will understand that “fiddling with Polly” is neither a perverse activity with a psittacine nor a rehash of 😜 github.com/App-vNext/Polly/wik

#CSharp #dotnet #montypython

Last updated 2 years ago

Matia𝕤 · @sigsegv
354 followers · 553 posts · Server floss.social

@sebify Ohh, welcome!!
Happy to see you here :D

Everyone: Follow @sebify if you're intested in / /

And check out Svelto.ECS!

#CSharp #unity #gameDev

Last updated 2 years ago

AJ 🏳️‍🌈 · @aj
17 followers · 58 posts · Server social.ebusinessworkshop.co.uk

Hmm, has started doing this maddening thing where it deletes the .csproj file when scaffolding a new class or some other solution change. It pops us the save as dialog, but it won’t save. I end up reverting the change then having to show all/include in project to get my new item back. Why!!?? 😤

#VisualStudio #dev #code #CSharp

Last updated 2 years ago

Bo · @bo
55 followers · 55 posts · Server social.chaotikum.org

TIL in you can `goto case` inside of a switch statement. That's actually pretty sweet imo.

#CSharp

Last updated 2 years ago