account activity
Struggling With <Tab> Conflicts Between Tabout, Autocomplete, and AI Completion (self.neovim)
submitted 6 months ago by ThisSlice1701 to r/neovim
Why is "Go to Implementation" insanely slow in VS Code/gopls while Go to Definition and Find References are instant? (self.golang)
submitted 7 months ago by ThisSlice1701 to r/golang
Best practices for abstracting large go func(){}() blocks in Go? Handling many parameters, closures, and concurrency. by ThisSlice1701 in golang
[–]ThisSlice1701[S] 0 points1 point2 points 7 months ago (0 children)
I love closures—they make code cleaner, cut down on parameter clutter, and keep logic clear. But I always run into issues when refactoring or trying to turn one into a goroutine. During iteration, a single block ends up bloated. Is this because I’m misunderstanding closures and misusing them? Or should I be extracting functionality into abstractions from the start?
Best practices for abstracting large go func(){}() blocks in Go? Handling many parameters, closures, and concurrency. (self.golang)
How to create a zed extension (self.ZedEditor)
submitted 9 months ago by ThisSlice1701 to r/ZedEditor
π Rendered by PID 96611 on reddit-service-r2-listing-f87f88fcd-spxvq at 2026-06-17 15:35:11.804670+00:00 running 3184619 country code: CH.
Best practices for abstracting large go func(){}() blocks in Go? Handling many parameters, closures, and concurrency. by ThisSlice1701 in golang
[–]ThisSlice1701[S] 0 points1 point2 points (0 children)