Top new questions this week:
|
I come from a statically typed language background (Java). In Java, you have to return a single type from every method. For example, you can't have a method that conditionally returns a String or …
|
Java 8 has a whole new library for dates and times in the package java.time which is very welcome thing to anyone who has had to use JodaTime before or hassle with making it's own date processing …
|
I have read that we should only catch exceptions that can be handled, which makes catching the base exception class (C# in this case) a bad idea (on top of other reasons). I am currently part of a …
|
First, I want to say this seems to be a neglected question/area, so if this question needs improvement, help me make this a great question that can benefit others! I'm looking for advice and help from …
|
I program and I am dyslexic. My vision is excellent. I do poorly processing symbols and am a visual thinker.
When I code, I'm slower than normal people because I am unpredictably unaware of the …
|
So I've lead the charge with my fellow engineers to, at the very least, start "thinking" Lean. We hit on a few major areas of waste, and 2/3 lead to the exact same point..."Extra Features". We dogfood …
|
Here's a basic example of what my unit test needs to be, using qunit:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
…
|
Greatest hits from previous weeks:
|
What's the difference between overloading a method and overriding it in Java?
Is there a difference in method signature, access specifier, return type, etc.?
|
In the last interview I attended, I was asked to solve a puzzle where I was expected to measure exactly blah liters of water given two buckets with capacities - blah and blah liters respectively. I …
|
Can you answer these?
|
I'm wondering how I seamlessly include a javascript unit testing framework into my workflow.
The context is, we have an existing data processing algorithm + webapp to display it, with no automated …
|
I am not an expert in DB so please help in this. Imagine a scenario where your website's database can only handle 1,000 queries every second, and your traffic has grown enough to product 1,500 queries …
|
I found out about this book from several threads in SO. I've been reading this book for two weeks now to learn servlets and JSP and I'm totally loving it. However,
I just came back to the introduction …
|