Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
byte33067yThese cliché programs wont help you gain ++, continued from your last rant
And your code has an error on line 2
No property stop found
Unknown '()' after '.' on line 2 -
byte33067y@dontPanic we're not hazing him or anything, we're just pointing out the code errors
Think of these as simple pull requests -
khanna981437yThanks a lot every one, but this was not to gain ++ but just to express myself.
Moreover I know that there is an error in the code, but 'cause it was a motivation post for me and for anyone I just wrote it.
Think of it metamorphically. -
Froot75547y@BindView Note the missing brackets. That's perfectly valid JS. Apart for the dangling . before the brackets after stop
-
Root825577y$scope.$watch('sad', function(newVal) {
log.important("Dont have a $(newVal) sad. Have a happy awesome instead!")
$scope.sad = false
$scope.beAwesome()
})
After a lot of criticism and mending by the fellow mates, this is what I pursue further :
if(sad()==1){
sad.stop.();
beAwesome();
}
Thanks to all those who guided me.
rant