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 meriton‭

63 posts
62%
+3 −1
Meta Specify framework / library version in the answer

We already have such a text field. In fact, we have several: The big one we type our answer into, and the small one we type our comments into. And this approach even allows to specifically express ...

posted 2y ago by meriton‭

Answer
60%
+1 −0
Meta Why did my question get a downvote?

I believe this should be answered by the downvoters on a case by case basis. Only they know the particular reason they downvoted that particular question. I am not a fan of canned feedback, becaus...

posted 2y ago by meriton‭  ·  edited 2y ago by meriton‭

Answer
55%
+3 −2
Meta Community feedback: What type of questions can I ask here?

Overall feedback: To better understand what is on-topic and what is offtopic, please read the following sections. followed by a total of 16 bullet points ... folks, no first time visitor will car...

posted 3y ago by meriton‭

Answer
55%
+3 −2
Q&A Java cannot find class within same package

eclipse has a built-in compiler. When developping in eclipse (or any other Java IDE), you can run from eclipse, you can package as a JAR file from eclipse, and even run a full fledged maven / gradl...

posted 2y ago by meriton‭

Answer
54%
+4 −3
Meta Do we want a wiki (or similar) alongside Q&A?

I am not categorically opposed, but I currently don't see a use case for articles. For one, wikis already exist. What would be the benefit of hosting our own rather than participating on Wikipedia?...

posted 3y ago by meriton‭

Answer
50%
+3 −3
Q&A What is the worst code you ever saw?

The worst code I ever saw was when I was called in to finish the work of a consultant who had left the company for greener pastures. The feature had been in development for 4 months, and was, accor...

posted 3y ago by meriton‭

Answer
50%
+0 −0
Q&A Mocking methods with arguments

You mean, aside from giving the team that made B a stern talking to? ;-) You could introduce another layer of indirection, and mock that. For instance like this: interface MockFriendlyB { pu...

posted 2y ago by meriton‭

Answer
44%
+2 −3
Meta Questions easily answered by studying a beginner-level book

How to ask says: Do some research Before asking a new question, first take a look around. Has your question been asked before here on Software Development Codidact? You can do a search for keyw...

posted 2y ago by meriton‭  ·  edited 2y ago by meriton‭

Answer
40%
+0 −1
Meta Community feedback: What type of questions can I ask here?

questions about which tools, frameworks, or technologies to use, unless they are directly related to development (e.g. code, schema changes documentation tools) Don't understand. Frameworks or ...

posted 3y ago by meriton‭

Answer
40%
+0 −1
Meta Community feedback: What type of questions can I ask here?

questions dealing with how to write software documentation This seems overly broad. I mean this would include Mark Bakers entire book, but technical writing has an established codidact community,...

posted 3y ago by meriton‭

Answer
37%
+1 −3
Q&A How can I make --reset-author the default?

Rather that doing git commit --amend --date= every time you commit, you can coalesce commits at merge time using git merge --squash. That said, for non-trivial topic branches, it is usually valuab...

posted 3y ago by meriton‭  ·  edited 3y ago by meriton‭

Answer
33%
+0 −2
Q&A What are the disadvantages of using static methods in Java?

If it were always better to use static, the language would have been designed to always assume static, or at least default to static. That the language defaults to making methods not static indicat...

posted 2y ago by meriton‭  ·  edited 2y ago by meriton‭

Answer
15%
+1 −14
Q&A What is the worst code you ever saw? [closed]

In the interest of learning from the mistakes of other people: What is the worst code you ever saw? What made it so bad?

1 answer  ·  posted 3y ago by meriton‭  ·  closed 3y ago by Mithical‭