取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

JSL Cookbook - Archived

Building blocks of JSL code to reduce your coding workload.
选择语言 隐藏翻译栏
The stack mole

Problem

APIs and other machine generated code often delivers very complicated data structures. I found it helpful to have a tool that analyzes these structures and make them more accessible. Ideally, it would show the result as a graph.

Solution

So, I made this little script that crawls through stacked data collections reveals their hierarchy and shows it as a diagram. See my blog post for a more detailed description.

JSL Cookbook

If you’re looking for a code snippet or design pattern that performs a common task for your JSL project, the JSL Cookbook is for you.

This knowledge base contains building blocks of JSL code that you can use to reduce the amount of coding you have to do yourself.

It's also a great place to learn from the experts how to use JSL in new ways, with best practices.