I'd ban default exports if and only if JS had a Java-like import syntax declaration. import {x,y,z} from 'module' ^ this is an abomination
Yes, from 'module' import {x,y,z} would be nicer
import {x,y,z} from 'module'
Yoda from Star Wars might agree with your preference since he speaks backwards English.All kidding aside, I'd love to hear your logic about why you think the backwards version is better.