Sha256: 504826541aab9bda1fa4b192388f4b4a61a8b24d012f011c63ac98129a8e369b
Contents?: true
Size: 879 Bytes
Versions: 6
Compression:
Stored size: 879 Bytes
Contents
problems - linked lines groups serve to attach or dettach specific info into a chunk of text - linked lines belong to a group and group belong to file what we're trying to solve 1. we have a file that have a tree structure without holding the tree CodeOwners holds the flat structure 2. we need to interpret and parse the tree structure from the file Group holds the tree structure with LineGroupers and pure lines 3. we need to iterate over the lines to verify the file consistency Checker do that. 3.1 we interact with user when find similar and duplicated lines 4. we need to remove a line and remove a group if the line was the last pattern in the group. - the Line knows how to remove them selves. 5. we need to add or change lines - the Group knows what file it belongs and allow to insert a pattern in the middle or in the bottom of the file
Version data entries
6 entries across 6 versions & 1 rubygems