Raman Sah

Results 2 comments of Raman Sah

## Principle The plugin architecture can be divided into two logical problem statements. 1. How to dynamically install packages in the main app 2. How to interface the plugin module...

Proposing a refactor without breaking the existing build. So created some methods in `Snitch.Data.Model` which will help in reducing methods' arity in models. model.ex ``` elixir defmodule Snitch.Data.Model do defmacro...