Strong +1 on both suggestion,
  - DI in server-side code (elasticsearch code could be a good example of
codebase benefitted from it)
  - refactoring client-side code with clear Notebook\Paragraph object model
and modularisation (Kibana4 guideline looks good
https://github.com/elasticsearch/kibana/blob/master/STYLEGUIDE.md)

On Mon, Jan 12, 2015 at 4:40 PM, moon soo Lee <m...@apache.org> wrote:

> Hi Anthony,
>
> Benefits from dependency injection you listed sounds nice. At the same
> time, it sounds just general. To me, it's bit hard to imagine what is
> specific problem and what is specific solution you are thinking of.
> If you can share one example of problem in zeppelin and show how it can be
> improved, it'll be much helpful for understanding what you are thinking of.
>
> In front-end side, i totally agree that there are messes and we need to
> address them.
>
> Best,
> moon
>
> 2015년 1월 12일 월요일, Kevin (Sangwoo) Kim<kevin...@apache.org>님이 작성한 메시지:
>
> > I talked with Anthony with this topic before,
> > +1 for refactoring server codes.
> >
> > Also I insist we need some refactoring on front-end codes.
> > The biggest problem is Angular and jQuery are mixed and it's really a
> mess.
> > Also I think we need to refine object hierarchy, e,g. a notebook need to
> > manage the paragraph inside it.
> > (currently many features are rely on global events, sometime it's very
> > confusing)
> >
> > Regards,
> > Kevin
> >
> > On Mon Jan 12 2015 at 4:07:30 PM Anthony Corbacho <
> > anthonycorba...@apache.org <javascript:;>> wrote:
> >
> > > Hi,
> > >
> > > This is a question I wanted to ask for long time.
> > > What do you think guys about refactoring Zeppelin (java code a first)
> to
> > > follow the principle of Dependency Injection?
> > >
> > > The benefit I can list are
> > >
> > >    - Reduced Dependencies
> > >    - Reduced Dependency Carrying
> > >    - More Reusable Code
> > >    - More Testable Code
> > >    - More Readable Code
> > >
> > > What do you think guys? worth it or not?
> > >
> > > Best,
> > > Anthony
> > >
> >
>

Reply via email to