DEV Community

pixman92
pixman92

Posted on

2 1

Adding a New Feature

(I'm new to this community, but I thought I'd dive right in.)

I love to code but when you have a project that spans many functions across multiple files, I have a hard time isolating what I need to code up a new feature.

The way I do it now is to make a new file, determine the input I'm getting and the output I want.

Once I have the code that I want I cut/paste the function back into into my codebase.

I want to build something that will automate this process. Maybe an extension for a code editor??

I'm not sure where to even start. So I'm asking for help, or even just suggestions.

Thanks!

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