|
You are here |
codeincomplete.com | ||
| | | | |
bjhess.com
|
|
| | | | | There is currently a TextMate bundle in process for the templating language, Haml. It doesn't come built-in, however. Installation is fairly simple once you figure it out. (Keep in mind,... | |
| | | | |
dylanpaulus.com
|
|
| | | | | Code dependencies are like . We are able to pull in other people's code, combining and stacking different packages together to achieve our goals. Using dependencies greatly reduces the complexity of developing software. We can take advantage of the hard work someone has already done to solve a probl... | |
| | | | |
blog.jak-linux.org
|
|
| | | | | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail. | |
| | | | |
raganwald.com
|
|
| | | [AI summary] The text discusses the importance of functions as a fundamental and flexible element in JavaScript, highlighting how they can be combined in various ways. It explores different types of 'functions' such as classes, objects, and maps, and how they can be adapted to work with standard function tools. The text also mentions the need for adaptors and proxies to handle exceptions and variations in function behavior, and concludes with a note on the elegance of JavaScript's function model and its potential for creating reusable abstractions. | ||