-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wanted articles #49
Comments
This one is quite "funny". We even have such example in the manual, but in fact, it's not really safe when it comes to arrays on static targets, e.g.: var a:Array<Int> = haxe.Json.parse("[1,2,3]") This compiles (because of So nowadays I'm doubting that this is something we should promote. At least we should note that particular issue so people are aware of it. I think @hughsando dealt with this somehow for the newer hxcpp, but this is still an issue in C# (without |
Alright, seems doable. But I'm still waiting on someone to approve or review the Stack Overflow documentation changes I proposed! ;) |
A couple more things (that I think are highly needed):
|
I have another request: more macro-related stuff. 👍 As of writing I'm in the process of trying to learn them, and have found myself with tens of tabs open from various sources (manual (new and old)/blog posts/articles/libs). All of them helpful! But infos are scattered around, and I find myself jumping back and forth trying to collect the missing pieces. The code cookbook has been particularly helpful so far, I just really wish it had more examples. Please! 😛 So... here's a little list of some of the difficulties/confusing-moments I've faced so far (hoping it can serve as hint for more enlightening snippets):
As I said, I've just recently started to make sense of the powerful macro system, and I think that learning from useful examples is the best way. PS: Someone may object that my points are material for StackOverflow or the MailingList. I agree, but having them explained clearly in the official cookbook is a plus (SO and ML could still link to them). |
Those are helpful ideas, thanks! If you want to contribute to one of those topics,feel free to add it. |
If you are in the mood for writing but don't know what, then you can use this list:
Using HXML (https://blog.onthewings.net/2013/03/04/hxml-tricks-every-haxe-user-should-know/)this is in manual nowmacro --include
to bundle external js filesBtw, these titles are suggestions. This list will get updated over time.
The text was updated successfully, but these errors were encountered: