Search Results

1
vote

When is JavaScript’s eval() not evil?

Only if the parameter you pass it is "alert('No!')"... …
1
vote

Inventory database design

I can see some benefit to having the two columns, but I'm not following the part about discrepancies - you seem to be implying that having the two columns (in and out) is less prone to discrepancy …