You are here |
zacharyparsons.co.uk | ||
| | | |
shermanonsoftware.com
|
|
| | | | A static analyzer can go through code and find big-O type problems. A developer can go through and refactor the code to make it run more efficiently. Neither of these tasks requires much context about the larger system. For example, a function can take a list of contacts and load each one from the database.... | |
| | | |
zed.code.blog
|
|
| | | | From the FreeCodeCamp intermediate algorithms here: Convert the characters&,<,>,"(double quote), and'(apostrophe), in a string to their corresponding HTML entities.FreeCodeCamp - Convert HTML Elements For this task there will certainly be other ways to complete it. However although the code may look slightly long, it did not take a long time to write out. The logic... | |
| | | |
zed.code.blog
|
|
| | | | From the FreeCodeCamp Intermediate Algorithms Challenges, here: You will be provided with an initial array (the first argument in the destroyer function), followed by one or more arguments. Remove all elements from the initial array that are of the same value as these arguments.Note: You have to use the arguments object.FreeCodeCamp - Seek and Destroy... | |
| | | |
www.softdevtube.com
|
|
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is |