I want to use your code

There is so much code that exists on the Internet now. Like seriously, an insane amount. And it only grows exponentially each day. Packages are written to combine efforts so that you don’t have to remember the 101 edge cases that come with checking if a number is odd in Javascript. When code starts to grow in number of times, maintaining a package that others depend on becomes more difficult. Does the new code break the old code....

May 24, 2024 · 1 min · breadchris

Keywords for Top 10 Languages

note: this does not include symbolic operators (*, ||, &&, etc.) Python: 35 False, None, True, and, as, assert, async, await, break, class, continue, def, del, elif, else, except, finally, for, from, global, if, import, in, is, lambda, nonlocal, not, or, pass, raise, return, try, while, with, yield Java: 52 abstract, assert, boolean, break, byte, case, catch, char, class, const, continue, default, do, double, else, enum, extends, final, finally, float, for, goto, if, implements, import, instanceof, int, interface, long, native, new, package, private, protected, public, return, short, static, strictfp, super, switch, synchronized, this, throw, throws, transient, try, void, volatile, while JavaScript: 50...

February 14, 2024 · 3 min · breadchris