You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stumbled upon a Node library called string.ify that looks fairly interesting. It aims to format objects such that keys and values are aligned as much as possible. So it turns something like this:
This looks highly unconventional, and requires a wide terminal width / screen to view properly. However, it makes scanning a giant data structure very easy:
It might be worth it to experiment with how this would look in a diff.
The text was updated successfully, but these errors were encountered:
I just stumbled upon a Node library called
string.ify
that looks fairly interesting. It aims to format objects such that keys and values are aligned as much as possible. So it turns something like this:into this:
This looks highly unconventional, and requires a wide terminal width / screen to view properly. However, it makes scanning a giant data structure very easy:
It might be worth it to experiment with how this would look in a diff.
The text was updated successfully, but these errors were encountered: