How to initialize a dictionary with a collection initializer - C#

Learn how to initialize a dictionary in C#, using either the Add method or an index initializer. This example shows both options.

These are the official docs for the programming language. Fuck all the way off with this
Divide strings using String.Split - C#

The Split method returns an array of strings split from a set of delimiters. It's an easy way to extract substrings from a string.

@jenniferplusplus

so what happens when AI read these docs and you ask the AI how to split a string and it says go ask AI

@gloriouscow
It could ask itself and just overload the datacenter... It would probably be a disaster of some kind, but also funny as all hell.
@jenniferplusplus

@ozzelot @gloriouscow @jenniferplusplus

Can't wait to see the day when asking Copilot to initialize a dictionary results in:

Dictionary d = eval(copilot.api.ask("write an initializer for a dictionary"))

I guess *this* is what they meant when talking about the singularity?