Search code examples
API design: is "fault tolerance" a good thing?...


idiomsapi-design

Read More
Should ScheduledExecutorService.scheduleAt* methods re-schedule tasks if the task throws RuntimeExce...


javaapi-design

Read More
What design is better: universal builder or several concrete methods?...


javadesign-patternsoopapi-design

Read More
Tips on designing a .NET API for future use with F#...


.netf#api-design

Read More
Multiple operations depending on the type of the object passed...


javaapi-design

Read More
ViewStateMode in ASP.NET 4.0 - backward compatibility?...


asp.netapi-design

Read More
Does it make sense to use internal anchors for filtering a REST API's representation?...


restapi-design

Read More
static vs non-static method for immutable class...


javastaticapi-design

Read More
Restrictive API (imposing limits on the client user)...


architectureapi-design

Read More
What name should have method which returns number of nested objects?...


javanaming-conventionsapi-design

Read More
Why do some APIs (like JCE, JSSE, etc) provide their configurable properties through singleton maps?...


javaoopapi-design

Read More
Is jQuery 1.4's new behavior a bad design choice?...


jqueryapi-design

Read More
Does anyone design api or library code in this way?...


classpseudocodeapi-designmethod-chaining

Read More
API design - allocate output?...


capi-design

Read More
API development, one gateway page?...


securityhttpurlapi-design

Read More
Overloaded package-private method causes compilation failure - Is this a JLS oddity or javac bug?...


javaoverloadingjavacapi-design

Read More
Naming a dictionary structure that stores keys in a predictable order?...


objective-cdata-structuresnaming-conventionsapi-designchdatastructures

Read More
Generic methods for checking if a library/API is thread safe...


multithreadingapi-design

Read More
Hiding Complexity by Building Concise Libraries...


actionscript-3api-designinformation-hiding

Read More
Asking for opinion for my MenuTree structure. Which is better, array or delimiter approach?...


arraysstringdata-structuresapi-design

Read More
Prohibit direct extension of Java class outside its package...


javainheritanceapi-design

Read More
BackNext