Tagged Questions
The misuse tag has no wiki summary.
3
votes
12answers
407 views
Is there a Using pattern that does not rely on IDisposable?
I am wanting to create an internal messaging system that can tell me the duration of some code being called. I was thinking for ease of use, to make the SystemMessage class implement IDisposable.
...
1
vote
5answers
103 views
Prevent misuse of structures designed solely for transport
I work on a product which has multiple components, most of them are written in C++ but one is written in C. We often have scenarios where a piece of information flows through each of the components ...
1
vote
2answers
47 views
Concerns regarding potential Regex misuse?
I have the following regex: ^[a-zA-Z](.*)[a-zA-Z]$ on both the Javascript and PHP side that I have been using for validating a person's name and message fields on a contact form (no database ...
0
votes
1answer
31 views
How can I use the same name for a column in the output of my sqlite query as a value I am comparing to in the join's ON clause?
My original question
When I execute the following query in SQLite, I get this error:
Query Error: misuse of aggregate: sum() Unable to execute statement
When I change the name of the "Loan" ...
0
votes
5answers
268 views
Example of Spring missuse
Our software shop does a big enterprisey system and one of its part is a sophisticated monitoring and log viewer tool. Recently one of our teems rewrote it, since previous version was really lacking ...
0
votes
2answers
47 views
Building a case to migrate away from the use of tools or technologies in ways they were never intended to be used
I've seen some pretty strange use of technology.
For example, one place I worked was using Microsoft Message Queuing to send real time streaming VoIP data between servers.
I work as a consultant and ...