Is C# becoming harder to read? [closed]
- by Avi
As C# has progressed, many language features have been added. It has come to the point where it's becoming unreadable for me.
As an example, consider the following code snip from Caliburn.Micro code here:
container = CompositionHost.Initialize(
new AggregateCatalog(
AssemblySource.Instance.
…