30-seconds-of-interviews

A curated collection of common interview questions to help you prepare for your next interview. (by Chalarangelo)

30-seconds-of-interviews Alternatives

Similar projects and alternatives to 30-seconds-of-interviews

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better 30-seconds-of-interviews alternative or higher similarity.

30-seconds-of-interviews reviews and mentions

Posts with mentions or reviews of 30-seconds-of-interviews. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-21.
  • Coroutines and Effects
    3 projects | news.ycombinator.com | 21 Apr 2024
    https://github.com/Chalarangelo/30-seconds-of-interviews/blo...

    Exception handling, for example, uses dynamic scoping since you don't know what will be handling your exception when you write code which throws it.

    Another way of thinking about it is, with dynamic scoping the value of the dynamic variable must always be on the stack and the closest one is the value that will be used. This is a really good behaviour for global variables since a common source of bugs is some global variables (and I'm considering class members "global" for this) getting changed unexpectedly. If the variable is lexical then it can be very hard to figure out what changed the value (especially when threads are involved) but if the variable is dynamic it's easy: the culprit is on the stack.

Stats

Basic 30-seconds-of-interviews repo stats
1
11,903
-
over 1 year ago

Chalarangelo/30-seconds-of-interviews is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of 30-seconds-of-interviews is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com