You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But still there is a place for other improvements:
Snippet.value() should return an immutable result. Now, it returns mutable CodeLines.
CodeLines should not contain methods to compose code (enterMethod, enterBlock etc). Instead, such a functionality should be implemented by inheriting CodeLine (see RawLine) or by implementing Snippet (see Method).