VBA Code Analysis Tools [closed] - vba

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Are there any good code analysis tools for VBA code? I currently utilize MZ Tools, which is quite good at what it does, but am looking for better analysis.

I've not used any of these myself, but they appear to be what you are looking for:
http://www.fmsinc.com/MicrosoftAccess/VBACodingTools.html
FMS's president, Luke Chung, is a (former?) Microsoft MVP and is generally well-regarded.

I used to quite like Aivosto's tools ; http://www.aivosto.com/
They are quite expensive, but also very thorough.

Related

Which one is better for learning an IDE or Online compilers? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Please suggest me a good option between an IDE/Online compiler. As a beginner, I would like to have knowledge regarding an organized method for coding also most comfortable between the above
Maybe you should check this answer: https://stackoverflow.com/a/4331490/12703498
It doesn't apply only to .net IMO. It really depends what and how you want to learn programming languages.
As a beginner, I would like to have knowledge regarding an organized method for coding also most comfortable between the above
Tech lead and experience will teach you this better than anything else.

I want to learn twitter bootstrap.Which is the best site for learning online? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
How much time is required to learn bootstrap?
just use the official website www.getbootstrap.com
Go through the Getting Started section, it will cover all the main things to know about using this amazing framework.
After that, just try to build a simple website using the responsive grids and available components.

Why would you choose Squeak over Pharo today? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am trying to understand the uses of both. Already I have seen stuff on the SmalltalkHub doesn't often build on Squeak but always seems to work with Pharo. What are the advantages now in 2014 to choose Squeak and not Pharo?

What are good naming conventions for linking tables [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
What is a good naming convention for naming linking tables? I have a school project and we are modifying the orig data for the project.
Not sure what language you're going for here, but you can try database naming conventions. This link may help you decide.
http://efsavage.com/blog/posts/database_naming_conventions/

how document changes on a project? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
i am working on some modules,actually change them.
but i don't know how i should document changes in a way that be clear and usefull for future changes.
would someone help me on this issue?
thanks.
If your project is written in one of the languages Doxygen supports, I strongly recommend using that to document your code.
By using Doxygen comments in your source code, you can easily generate documentation in a number of formats by running one command.