Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
7answers
536 views

String-handling practices in C

I'm starting a new project in plain C (c99) that is going to work primarily with text. Because of external project constraints, this code has to be extremely simple and compact, consisting of a single ...
11
votes
8answers
265 views

Fail Fast vs. Robustness

Our product is a distributed system. The modules I work on are fairly new, quite rigorous, well tested. They were developed with recent best practices in mind. Other modules can be considered as ...
9
votes
10answers
473 views

Best Practices for Robustness

I just came across this question about initializing local variables. Many of the answers debated simplicity/readability vs. robustness. As a developer of (remotely deployed) embedded systems, I ...
7
votes
4answers
260 views

Equals(item, null) or item == null

Is code that uses the static Object.Equals to check for null more robust than code that uses the == operator or regular Object.Equals? Aren't the latter two vulnerable to being overridden in such a ...
7
votes
8answers
1k views

How does Java handle integer underflows and overflows and how would you check for it?

How does Java handle integer underflows and overflows? Leading on from that, how would you check/test that this is occurring?
7
votes
5answers
1k views

How to measure robustness?

I am working on a thesis about meassuring quality of a product. The product in this case is a website. I have identified several quality attributes and meassurement techniques. One quality attribute ...
5
votes
4answers
623 views

Node.Js in Erlang style?

I am a complete noob when it comes to both Node.Js and Erlang. But wouldn't it be possible to build a Node.js app that emulates Erlang behavior? e.g. you pass json messages across an distributed ...
4
votes
4answers
260 views

Best way to check function parameters: Check for null or try/catch

when implementing/using methods that return or work with instances of objects, what is the most elegant approach to check the function parameters ? Method to call: someType GetSomething(object x) { ...
4
votes
7answers
169 views

Null and blank values

What's the best way of writing robust code so that a variable can be checked for null and blank. e.g. string a; if((a != null) && (a.Length() > 0)) { //do some thing with a }
4
votes
4answers
372 views

Atomic file copy under .NET

I am building a server app that copies files using System.IO.File.Copy(...) function. My files can be rather large, therefore, it has a fair chance that if the machine crashes, it happens during ...
4
votes
2answers
211 views

How do you manage external dependencies for your application?

There are many types of external dependencies. Interfacing with external applications, components or services (e.g. Outlook to send emails, TWAIN or WIA for scanning, ActiveX objects and Web services ...
3
votes
1answer
162 views

Features of a robust WinForm application

[Based on the strong comment below (dated April 7 and 8, 2010) from when I originally posted this question, I took a hard look at what I wrote and asked myself "Huh? What am I really after here?" I ...
3
votes
1answer
213 views

How can I programmatically tell if a caught IOException is because the file is being used by another process, without resorting to parsing the exception's Message property?

When I open a file, I want to know if it is being used by another process so I can perform special handling; any other IOException I will bubble up. An IOException's Message property contains "The ...
2
votes
0answers
54 views

How to write a robust, customizable app for executing tasks on files?

I want to write a program that will run recursively through a given input directory and will execute pre-defined tasks on what it encounters into. I want it to be robust, so that I can develop the app ...
2
votes
1answer
42 views

Acid testing a http server

Is there any apps that can test a http server for robustness. It would be great if it can send corrupt headers, missing headers, thrashing, attempting to keep connections open etc.. I'm writing a ...
2
votes
1answer
242 views

“set -e” in shell and command substitution

In shell scripts set -e is often used to make them more robust by stopping the script when some of the commands executed from the script exits with non-zero exit code. It's usually easy to specify ...
2
votes
4answers
101 views

binary file formats: need for error correction?

I need to serialize some data in a binary format for efficiency (datalog where 10-100MB files are typical), and I'm working out the formatting details. I'm wondering if realistically I need to worry ...
2
votes
4answers
375 views

How can I find out which version of emacs introduced a function?

I want to write a .emacs that uses as much of the mainline emacs functionality as possible, falling back gracefully when run under previous versions. I've found through trial and error some functions ...
2
votes
7answers
403 views

Do you accept interfaces as constructor parameters?

Does Krzysztof's recommendation apply to constructors? If so, how do you implement it properly? We recommend using Collection, ReadOnlyCollection, or KeyedCollection for outputs and properties and ...
2
votes
3answers
397 views

Converting a filepath to a url securely and reliably

I'm using php and I have the following code to convert an absolute path to a url. function make_url($path, $secure = false){ return (!$secure ? 'http://' : ...
1
vote
1answer
55 views

Sourcing methods to an environment different than .GlobalEnv

Is it possible to source methods to an environment other than .GlobalEnv? I'm slowly getting a bit frustrated over R's masking mechanism (I'll probably be back with an own question in this respect, ...
1
vote
1answer
103 views

JQuery $(document).ready() problems when external ad-script is slow to load

I have a site that contains several ad zones. Some are javascript includes, others are iframe includes. The javascript includes are placed right before our closing tag, and the iframes are scattered ...
1
vote
3answers
65 views

How robust is make?

How robust is the make utility? For example, while "making" something, if the computer loses power, and make is resumed after the next computer start, is the output guaranteed to be correct (even if ...
1
vote
2answers
103 views

What is the most robust way to get the width/height of the browser window using JavaScript?

I am curently using the follownig conditions, but they aren't working across browsers or at all: if (typeof (window.innerHeight) == 'number') { //Non-IE: //Perform operation using ...
1
vote
3answers
177 views

Still need checksum in application protocol when tcp/ip already has it?

I am designing an application protocol, and i am wondering if i still need include checksum in the protocol since tcp/ip already has checksum. what's your opinion?
1
vote
2answers
211 views

Message Queue OSS

Is there a robust OSS alternative to enterprise products like MSMQ? I had a little research and found: Apache ActiveMQ (wiki) RabbitMQ (homepage) However, I can't tell if they are robust ...
1
vote
5answers
354 views

Must web apps support back button?

I did a system test on a new ASP.NET app. I encountered several exceptions when using the BACK button in my browser (IE 7). I stated in a review-record that the web-app must support the use of a BACK ...
1
vote
9answers
417 views

How to build a distributed robust linked list on several computers on the net?

I was thinking about building a program that use a raid(disk) like algorithms. If one computer dies. The next will step in. In it's place. And it need to scale from 1 - 1000 computers. I need some ...
1
vote
3answers
683 views

Robust WCF service

What is the best way to ensure service robustness to prevent a service becoming unavailable, if it does become unavaliable is there a way of restarting the service? thanks in advance.
1
vote
4answers
118 views

Ubiquitous computing and magnetic interference

Imagine the radio of a car, does the electro magnetic fields through which the car goes through, have interference in the processing? It's easy to understand that a strong field can corrupt data. But ...
0
votes
1answer
43 views

interprocess::named_upgradable_mutex - remains locked if process is killed

I'm using boost::interprocess::named_upgradable_mutex to synchronize a few processes. I'm using boost::interprocess::sharable_lock and boost::interprocess::scoped_lock to lock the mutex. When ...
0
votes
2answers
54 views

How should I try 3 times if my code failed to connect a web service in C#?

Here is my code: FtpWebRequest reqFTP; reqFTP = (FtpWebRequest)FtpWebRequest.Create(Constant.IP); reqFTP.Credentials = new NetworkCredential(UserName, Password); reqFTP.Method = ...
0
votes
1answer
17 views

Can/Should I disable the cache expiry when backing data store is unavailable?

I'm just started out with Ehcache, and it seems pretty good so far. I'm using it in a simplistic fashion to speed up reads against a database, but I wonder whether I can also use it to let the ...
0
votes
1answer
163 views

Periodic operations in a Self-Hosted WCF Service using Timers

I know that it is not a good idea to have timers inside a WCF service class that is hosted inside IIS since these are meant to have short lifetimes. And from the advice here it also sounds like having ...
0
votes
3answers
54 views

How do I open, write and save a file while avoiding errors?

I need to erase a file in my program. My solution was to have an erase() method that would do that like so: public static void erase(String string) { FileWriter fw = null; try { fw = ...
0
votes
2answers
175 views

What current, actively-maintained, robust, general-purpose programming languages are there?

As programmers, we're overwhelmed with options when choosing a programming language. Due to the finite availability of time, money, and readily-consumable caffeine, we face an uphill battle in our ...
0
votes
4answers
203 views

Check if NFS share is up in PHP

I am working on a system that will store uploaded files. The metadata will go into a locally-accessible database, but the files themselves are going to be stored on a remote box via NFS so that PHP ...
0
votes
3answers
160 views

Catching unhandled exceptions in web control to allow page to render

(I am actually using Ektron CMS, and am using Widgets, which are a very simple extension of a user control). Problem: I have a web page that contains many widgets. If an exception occurs in one of ...
0
votes
2answers
455 views

Robust LINQ to XML query for sibling key-value pairs

(First post, please be gentle!) I am just learning about LINQ to XML in all its glory and frailty, trying to hack it to do what I want to do: Given an XML file like this - <list> <!-- ...
0
votes
4answers
156 views

Robust Code framework?

I hate writing code that makes my software more solid. This is something the framework should have done! So, is anybody aware of a code "enhancing" utility that solidifies the code? If I had to ...
0
votes
2answers
33 views

How to verify external resources are available

How do you verify the state of the environment for a system without drastically increasing the scope of the system? I'm working on a system which talks to some remote servers. For example, it ...
0
votes
4answers
139 views

How do I make this regex more general, sometimes it works and sometimes it doesn't

I have the following regex that I am using in a java application. Sometimes it works correctly and sometimes it doesn't. <!-- <editable name=(\".*\")?> -->(.*)<!-- </editable> ...