Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Posts by LAFK‭

7 posts
77%
+5 −0
Meta To transfer, or not to, that is the question: whether 'tis nobler to let it stay or to take arms against Stack Overflow's dominance of FAQ canonicals

You are a thoughtful person, aren't you? /me bows in thanks I for one think it would be valuable, even if you were to port it as is. In other words: it's valuable. Period. I like what Stephen s...

posted 10mo ago by LAFK‭  ·  edited 10mo ago by Stephen Ostermiller‭

Answer
75%
+4 −0
Q&A How to make Husky run git hook?

How to make Husky run git hook? I have a working git hook, prepare-commit-message, but the moment Husky was installed, the hook stopped working. Not finding much luck, I then tried to make it a "H...

1 answer  ·  posted 11mo ago by LAFK‭  ·  edited 11mo ago by Alexei‭

Question git husky git-hook
75%
+4 −0
Q&A How to make Husky run git hook?

Breakthrough, I found it, mere minutes after posting here. A workaround more than an answer, but it gets the script working. Reading up on husky.sh I decided that I don't have it and I don't wan...

posted 11mo ago by LAFK‭

Answer
71%
+3 −0
Q&A Running mvn validate does not show rules passed message though it should

My large, multi-module Maven project validation (Maven Enforcer plug-in) is playing tricks on me. moduleA> mvn validate correctly finds all modules runs enforcer on all of them displays co...

0 answers  ·  posted 11mo ago by LAFK‭

66%
+2 −0
Meta Spreadsheets apps as end user development tool / spreadsheet formulas as a form of funtional programming

While I personally agree (take my upvote) I'd note that programming spreadsheet has multiple levels. Level 0: I use spreadsheet, sometimes with some functions, like count or sum of something condi...

posted 11mo ago by LAFK‭  ·  edited 11mo ago by LAFK‭

Answer
66%
+2 −0
Code Reviews Writing a testable console program

Not using Rust myself I'll add to @InfiniteDissent's answer on: is there a better way to solve this problem altogether? Yes, there is, it's called a golden master test. Legacy code retreat t...

posted 11mo ago by LAFK‭

Answer
66%
+2 −0
Q&A Maven exec:exec fails to see executables

I am stumped at Maven exec plugin. Running mvn exec:exec -Dexec.executable="curl" (or "echo") works. But when running mvn exec:exec or mvn exec:exec@b (or @a) it fails saying The parameter 'exe...

1 answer  ·  posted 10mo ago by LAFK‭  ·  last activity 1d ago by mirabilos‭