Giter VIP home page Giter VIP logo

cfmmoc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cfmmoc's Issues

Code Commenting

This is Richard Barnes, Associate Editor of Computers & Geosciences.

I've noticed that your source code has almost no comments.

This makes it difficult for other researchers to use or modify your code.

Please add sufficient comments for outside users unfamiliar with your code to discover the purpose of its various parts and understand the rationale behind the various decisions made in the code.

This is roughly the level of commenting I expect to see with code: https://github.com/r-barnes/BarnesClark2017-Salamanders/blob/master/src/phylo.cpp

`make` doesn't work

This is Richard Barnes, Associate Editor of Computers & Geosciences.

Running Make in the obj directory leads to the following error:

cp ../bin/libRQTS.so .
cp: cannot stat '../bin/libRQTS.so': No such file or directory
Makefile:32: recipe for target 'b.so' failed

It looks as though the make process expects a pre-compiled libRQTS.so in the bin/ directory. Your code must not rely on pre-compiled libraries included with the source, as these are not likely to be portable across systems. Rather, your makefile should include directives for compiling the needed libraries or your README should clearly describe how to acquire said libraries.

If you believe a library may cease to be available in the future, including its source with your project is permissible.

Please resolve the foregoing.

Don't Include Compiled Code

This is Richard Barnes, Associate Editor of Computers & Geosciences.

None of the items in the bin/ directory (no pre-compiled code) should be part of the repo.

`Makefile` in non-standard location.

This is Richard Barnes, Associate Editor of Computers & Geosciences.

Including the makefile inside the obj/ directory is highly non-standard. It is more usual to have the makefile outside the obj/ directory and to run, e.g.,

mkdir obj
cd obj
make -f ../Makefile

Please read up on the appropriate use of makefiles or exam other projects and modify accordingly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.