bfren / jeebs

.NET (C#) libraries for rapid application development.
https://docs.bfren.dev/jeebs
MIT License
6 stars 1 forks source link

Use target-typing new() #433

Closed bfren closed 1 year ago

bfren commented 1 year ago

Switch to use target typing, i.e. List<string> list = new(); instead of var list = new List<string>();