Email or username:

Password:

Forgot your password?
Top-level
charlag

@Gargron it's Ruby's fault that there are no imports. It's really hard to navigate things, I have to guess and grep

No comments
charlag

@Gargron as long as you are here, can I ask where local post ids are assigned? How they are in order when we fetch older posts

Eugen Rochko

@charlag Come on, even PHP has autoloading. Ruby does have explicit imports (require, require_relative) but why would you want to waste time on that if a consistent naming/path scheme takes care of it.

Marcin Koziej

@charlag @Gargron have you considered using an IDE or at least a properly configured Emacs?

Go Up