本文介绍了管理代码Sinppets的应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要一个管理我的代码片段的应用程序,以便我可以尽可能快地访问它们。例如,一个执行CRUD的类或一个计算矩阵行列式的方法。
现在我将它们的相对名称保存在文件系统的文件夹中。
是有没有可以帮助开发人员解决这类问题的应用程序?
是适用于这类问题的版本控制还是SCM?
解决方案
i need an application for managing my code snippets so that i can access them as fast as i could. for example a class that does CRUD or a method that calculates determinant of a matrix.
right now i save them with their relative names in a folder in file System.
are there any application that can help developers solve this kind of problems ?
are version controls or SCM's for appropriate for this kind of problems ?
解决方案
这篇关于管理代码Sinppets的应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!