https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...
And, it's getting better over time:
https://github.com/dotnet/csharplang/issues/4935
This is essentially how I respond to web requests in my codebases right now:
var table = $@"<table> <tr><th>Name</th></tr> {string.Join('\n', items.Select(i => $"<tr><td>{i.Name}</td></tr>"))} </table>";
https://slack.engineering/taking-php-seriously/
I would consider poor man's PHP as something to reimplement that architecture, rather than any particular language feature.
<script>Alert("hi")</script>
https://slack.engineering/taking-php-seriously/
I would consider poor man's PHP as something to reimplement that architecture, rather than any particular language feature.