ice icon indicating copy to clipboard operation
ice copied to clipboard

Refactor slice2matlab CodeVisitor

Open pepone opened this issue 6 years ago • 0 comments

I think we should refactor the MATLAB CodeVisitor probably split it in serveral visitor for proxies/values/etc

For example https://github.com/zeroc-ice/ice/blob/f858d073b76e0fa040382f4a3d5b3fec343f691e/cpp/src/slice2matlab/Main.cpp#L1614

That methods deals with all generate code for proxies/values and operations, should be simpler to maintain if we use separate visitors.

pepone avatar Nov 08 '19 16:11 pepone