~/pito salas
home blog link blog pages + new post
admin

Posts tagged #variables

2 posts

  • 2021-04-06

    ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow

    Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...

  • 2021-04-06

    kettanaito/naming-cheatsheet

    Some ideas on naming. Doesn’t take into account conventions or idioms from specific languages.

© Salas Blog. All rights reserved.