开发者

Resources/Techniques/Considerations for Testing a jQuery Plugin?

开发者 https://www.devze.com 2023-02-28 10:18 出处:网络
I have a jQuery plugin that I\'m working on that I would like to release, and it got me to thinking: Are there resources/techniques/considerations to consider bef开发者_Python百科ore releasing a jQue

I have a jQuery plugin that I'm working on that I would like to release, and it got me to thinking:

Are there resources/techniques/considerations to consider bef开发者_Python百科ore releasing a jQuery plugin?

Obviously, the plugin works in my own testing (here if you would like to see it), but I was wondering what, if any, things I should do to/with it before I consider releasing? Minification is a step I plan on taking, and jslint as well. I don't want to focus too much on the simplicity of my plugin, either.

Should I unit test? Fuzz? Or should I just release and wait for problem reports?

Thanks!

Jared


That's a nice little plugin! I guess you could release it and use support forums/jQuery website for bug tracking? As long as you've thoroughly tested it yourself on different platforms/browsers and everything is working fine, there is no better test than the public :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消