DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

1

Where is the best place to add not-running-in-production scripts to Golang or Kotlin?

I know I can add that to *_test.go for Golang; or Testing section in IntelliJ IDEA for Kotlin. But, is that a good place to go?

Sometimes, I just want to test how small chunk of code really work, rather than a real automated testing...

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay