Skip to content

Instantly share code, notes, and snippets.

@niquola
Last active November 28, 2022 16:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niquola/94a15a6fd4f02b3bdfabccdfbe36b685 to your computer and use it in GitHub Desktop.
Save niquola/94a15a6fd4f02b3bdfabccdfbe36b685 to your computer and use it in GitHub Desktop.

hardware & os

  • dotfiles?
  • terminal & shell
  • editor
  • env setup - dbs, etc
  • how do you start you REPL?
  • deps or leningen?
  • new project template?
  • tasks automation - babashka?
  • how do you navigate in project?
  • how do you eval code? Buffer, expression
  • structured code editing - burf, slurp
  • code navigation tips?
  • tests? TDD? Jump between tests and code?
  • refactoring
  • comments & docs tips
  • how do you keep in mind repl state?
  • debug and introspection?
  • multiple repls clj/cljs?
  • builds, CI?
  • How do you publish releases
@ApricotLace
Copy link

Debugging, preferable way: plain old prn, tap> or CIDER debugger?

@not-in-stock
Copy link

  • How do you manage documentation for your code?
  • Do you utilize Stuart Sierra's reloaded workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment