Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

How to explain callbacks in plain english? How are they different from calling one function from another function?

Should I test private methods or only public ones? [closed]

Why should hash functions use a prime number modulus?

What is stability in sorting algorithms and why is it important?

What is the difference between concurrent programming and parallel programming?

What are sessions? How do they work?

language-agnostic session

Why is quicksort better than mergesort?

Shortest distance between a point and a line segment

What are five things you hate about your favorite language? [closed]

What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners! [closed]

language-agnostic

Way to go from recursion to iteration

What is the meaning of the term "thread-safe"?

Getting the closest string match

Runtime vs. Compile time

Why should I not wrap every block in "try"-"catch"?

Expression Versus Statement

What is the difference between currying and partial application?

What is an NP-complete in computer science?

When to throw an exception?

What is a magic number, and why is it bad? [closed]