Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

When should I use eval (taking a string and executing it as code at runtime)?

language-agnostic eval

'Null-Safe' Dot notation in VB.NET ... or does it exist in any language? 'safe dereferencing operator' or equivalent using LINQ?

Naming convention: exit status, exit code or return code?

What are the pros and cons of a hexagon-based grid system as opposed to square-based?

Data structure for finding maximum of subarrays in better than O(log n) expected time

Content Localization Domain Best Practices

Is it bad practice to unit test a method that is calling another method I am already testing?

How to get checksums for strided patterns

Algorithms for Directed Cyclic Graph Traversal (JavaScript)

Computing Earth orbit position and rotations

DAO Best practices : Querying Parent / Children

What generic template processor should I use?

Is To Manually Assign An Entity's IDs A Good Idea?

How Does Listening to a Multicast Hurt Me?

When is it OK for an abstract base class to have (non-static) data members?

How long will a web based project development take?

language-agnostic

Model/View Separation

Efficient implementation of multiple return values?

difference of divide and conquer & fork and join