Skip to main content
The 2024 Developer Survey results are live! See the results
InformedA's user avatar
InformedA's user avatar
InformedA's user avatar
InformedA
  • Member for 10 years, 1 month
  • Last seen more than 2 years ago
20 votes

Best Development Methodology for One Person?

12 votes

Programming for future use of interfaces

10 votes
Accepted

is it valid that a state machine can have more than one possible state for some transition?

7 votes

Should we avoid using design patterns in constantly changing projects?

5 votes

How to automatically connect letters into words?

5 votes

How can you predict the time it will take for two processes in two different machines in a cluster to communicate?

4 votes

Your thoughts on Best Practices for Scientific Computing?

4 votes

Is immutability very worthwhile when there is no concurrency?

3 votes
Accepted

How to convert this recursive problem to iterative? Line Simplification algorithm fails to run due to Maximum Recursion Depth being hit

2 votes

API - How to handle scope based functionality?

2 votes

When is it a good idea to force garbage collection?

2 votes

How to quickly search through a very large list of strings / records on a database

2 votes

How to handle divide by zero in a language that doesn't support exceptions?

2 votes

Let applications share a database or keep them in sync with web services?

2 votes

Regex to String generation

2 votes

Is my work on a developer test being taken advantage of?

2 votes

How could an expert system get some meaning from a sentence?

2 votes

How bad is it calling println() often than concatenating strings together and calling it once?

1 vote

In Java, what are some good ways to separate APIs from implementation of entire projects?

1 vote
Accepted

Sortable listview using SQLite

1 vote

Storing archived index data

1 vote

What defines the dimensionality of an array?

1 vote

MySQL Database design - Opinions

1 vote

Find points whose pairwise distances approximate a given distance matrix

1 vote

Best Practice: What can be the hashCode() method implementation if custom field used in equals() method are null?

1 vote

Where should instantiated classes be stored?

1 vote

Tournament bracket method to put distance between teammates

1 vote

NLP - Queries using semantic wildcards in full text searching, maybe with Lucene?

1 vote

Interview Question - Adding Method to interface that has been implemented by thousands of class

1 vote

How to store Role Based Access rights in web application?