
Hugues Chabot
Full stack and polyglot software developer. M. Sc. in software validation.
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Full stack and polyglot software developer. M. Sc. in software validation.
Recent comments
Can you implement abstract classes, like you can interfaces?
Exactly, nothing extends void. I am not sure of what you want...
Can you implement abstract classes, like you can interfaces?
In a subclass, you can override the return type of a method: ...
What common programming concept has the wrong name?
By the Curry Howard correspondence, logical implication and...
Coming from Javascript, Arrays in Java are confusing?
Java arrays are confusing even for Java programmers π. It's...
How to write tests for a library that requires being run on the browser (like Dexie.js or localforage)?
Karma is a test runner that execute tests in a browser. It ...
"My Shell Workflow: Using bash history"
If you don't mind installing another tool. fzf add fuzzy se...