Comment by victorbjorklund
5 days ago
It can create a whole dashboard view in elixir in a few seconds that is 100 lines long. No way I can type that in the same time.
5 days ago
It can create a whole dashboard view in elixir in a few seconds that is 100 lines long. No way I can type that in the same time.
In my experience the problem is never creating the dashboard view (there's a million examples of it out there anyway to copy/paste), but making sense of the data. Especially if you're doing anything even remotely novel.
If you're making a dashboard view your productivity is zero, making it faster just multiplies zero by a bigger number.
Edit: this comment was more a result of me being in a terrible mood than a true claim. Sorry.