Mads Ohm Larsen
Mads Ohm Larsen
We should go through the entire code base and change methods to `camelCase` naming and functions to `snake_case`. Classes should be so-called `PascalCase` and `CONSTANTS` and `MACROS` are all uppercase....
The codebase should be run through and everything that has `bh_` should instead use the C++ namespace `bohrium`.
Nokogiri, when run with JRuby, doesn't seem to like having `css` called on its elements, if they are missing (empty). ``` ActionView::Template::Error: undefined method `root' for nil:NilClass # /Users/ohm/.rbenv/versions/jruby-9.2.5.0/lib/ruby/gems/shared/gems/nokogiri-1.9.1-java/lib/nokogiri/xml/searchable.rb:224:in `extract_params'...