Giter VIP home page Giter VIP logo

bin_packing.cr's People

Contributors

mattkimmel avatar

Stargazers

 avatar

Watchers

 avatar

bin_packing.cr's Issues

Port or re-implement HTML export

For the initial version of this lib, the one thing I didn't port from https://github.com/mak-it/bin_packing is the HTML export. @mak-it uses Ruby's ERB engine for this, but Crystal's ECR engine is significantly more limited. Maybe I'm missing a way to use the original template with ECR, but it also might be worth re-implementing this using a different templating lib (or just re-implementing from scratch). It would be cool to be able to use the original templates, to make it easier to pull updates from the Ruby project.

Make the code more Crystalline

The initial code for this project was copied and pasted directly from https://github.com/mak-it/bin_packing, and then modified as minimally as possible to get tests passing in Crystal.

It would be good to audit the code and do a few things, including but not limited to:

  • Changing Ruby idioms to Crystal idioms where possible
  • Putting in more explicit typing--the type inference engine is doing a lot of work and the code isn't all that readable
  • Fixing up the specs a bit, e.g. should eq true becomes should be_true, and so on

This is probably an ongoing task, but here's an issue to track it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.