ltearno / pom-explorer

A tool to aid managing lots of maven projects
MIT License
371 stars 65 forks source link

Easier javascript in 3D Graph #14

Open ltearno opened 8 years ago

ltearno commented 8 years ago

//var g = gavString.split(':'); //gav = {groupId:g[0], artifactId:g[1], version:g[2]};

it is not explicit (even counter-intuitive) that gav is a string, an array or an object with groupId, artifactId and version

Should be better explained !