veg / flea-web-app

A client-side web app for visualizing FLEA pipeline analysis results.
Other
1 stars 0 forks source link

Better handling of missing values #104

Open kemaleren opened 6 years ago

kemaleren commented 6 years ago

Right now the code is littered with checks like if (x === null) { return; }.