@medikoo One error handling method is nested, the other is not. One is expressed as a named callback argument, the other is not. Very inconsistent and messy API.
I don't think any programmer who cares about program architecture and has interested in design patterns could stomach the damage caused by Xcode storyboards. I tried for a couple years. 🤢 #iOS#Swift#Xcode
@mlhaufe@Cinsoft@mvachhar@javascriptd Hmmm. 98 lines uMVC.es3 raw versus 90 lines for uMVC.es6 raw. 585 bytes umvc-minified.es3.gz versus 515 bytes umvc-minified.es6.gz. A 12% saving. Significant?
@mlhaufe@Cinsoft@mvachhar@javascriptd Would it really reduce code size significantly after gzipping? How much more clear would the code be? Does it really matter to a user of the library?
@mlhaufe@Cinsoft@mvachhar@javascriptd There's really nothing to maintain with the Maria library. It is a port of Smalltalk's MVC to JavaScript. Maria isn't intended to get any bigger. It does its job and anyone can extend it as necessary. I know this all likely comes as a surprise to users of large trendy frameworks.
@Vincent_CTO In https://t.co/DR5Gahb08S, how many mobile devices are interacting with a single order during the order's hot period? The server and the kitchen?
I've been using @rimuhosting VPS for over 11 years! I never think much about my server. Rimuhosting makes sure it works and keeps on working. (Compare that to the AWS emails stating that they will be shutting down your server soon. "Soon" always being just before a big deadline.)
@vaidehijoshi I liked https://t.co/PZSw07QpiX. Re: separate scanning & evaluating. When scanner isolates lexeme, scanner knows matched regexp & so correct token name. Why discard that knowledge & have evaluator determine the token name? When would a lexer be implemented this way?