I am a computer enthusiast, I like to read and understand the code than seeing it work. I see facts in code rather than how it work.
Nothing here yet.
No blogs yet.
i do have few statement that i had to add after ajax call(which are to be executed if or else the ajax call is made), So i choose to go for async false( which my org also wants to hold on the request). But i didn' t know it will stop my animation and show() method of jquery( I was assuming show will be called next ajax so show will display the loading-gif and calls ajax, please correct me if i am wrong here ).
Thanks that was great information you shared, but i was speaking about the process for example Unit Testing which process is better TDD or BDD. And what are better ways to integrate unit testing so that my developing of the test case will be reduces. etc kind of stuff. Over that there is things like Unit Testing should not be depending on some UI Component such stuff increases my time of creating unit test code(cause i have to do mocking stuff). So i always end up missing proper setup before development.