diff options
Diffstat (limited to 'content/thoughts/javascript.md')
| -rw-r--r-- | content/thoughts/javascript.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/thoughts/javascript.md b/content/thoughts/javascript.md index 7f1c14c..cd41140 100644 --- a/content/thoughts/javascript.md +++ b/content/thoughts/javascript.md @@ -11,8 +11,8 @@ is shit. Reconsider your approach. Don't just use whatever js framework is the current flavour of the month (because a new js framework seems to appear every couple of weeks). Build a working website with html+css and THEN use javascript to ENHANCE -your website. Don't make it a requirement! Use simple AJAX (if you even remember -what this is), instead of full-blown frameworks. +your website. Don't make it a requirement! Use simple AJAX instead of full-blown +frameworks. - I don't like javascript - I think the language in itself can sometimes be pretty stupid |
