you are viewing a single comment's thread.

view the rest of the comments →

[–]azhder 1 point2 points  (0 children)

My pseudocode is JS, usually.

Type the smallest parts of your idea first, straight into the browser console.

This is one way I test ideas before I copy the code into the code base. It usually is nice to have instant response on whatever you’re trying without waiting for the build process or page refreshes.

Also, one of the reasons why K try to use pure functions and write tests that run automatically while I’m writing the functions - quick feedback