all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: I want to contribute and chose right project for graduate thesis
Date: Tue, 25 Jul 2017 20:30:36 +0200	[thread overview]
Message-ID: <86fudkwer7.fsf@zoho.com> (raw)
In-Reply-To: CACwYE9XD9+SvY3qzS27ZCSsZJSsQ5nayZ4AmOVBfxCSJwUSf9g@mail.gmail.com

Mario Krajačić wrote:

> All your mails were very helpful. My mentor
> is advised me to search unit testing project.
> That will be enough for thesis.
>
> Could you please advice me some unit test
> projects in C.

Testing is by now a whole research body so this
project has the advantage there should be
a couple of big books to read.

Unit testing is basically small wrappers around
library functions that do basic computation
(the lib funs do that, that is).
Whenever something is changed in the library,
unit testing is done to see if it still adds
up. So if you have a library to compute the
square of x, whenever anything is changed, unit
testing checks if x² is still 4 for x = 2.

For more advanced examples it is not
a bulletproof method, but it still should catch
most errors.

The "problem" with unit testing, and actually
all testing, is no matter what there is always
another superior method to test, and that is to
*use* the software. And if many people do it,
the better. And I'm not talking "beta testing"
here. Just use the real deal!

-- 
underground experts united
http://user.it.uu.se/~embe8573




  reply	other threads:[~2017-07-25 18:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-21  8:46 I want to contribute and chose right project for graduate thesis Mario Krajačić
2017-07-21 16:01 ` Emanuel Berg
2017-07-21 18:40   ` Marcin Borkowski
2017-07-21 20:01     ` Emanuel Berg
2017-07-22  4:10       ` Marcin Borkowski
2017-07-22 16:19         ` Emanuel Berg
2017-07-27 23:15       ` Ken Goldman
2017-07-27 23:27         ` Emanuel Berg
2017-07-28 18:55           ` Marcin Borkowski
2017-07-28 19:50             ` Drew Adams
2017-07-29  2:30               ` Emanuel Berg
2017-08-03 17:39                 ` Marcin Borkowski
2017-07-29  2:22             ` Emanuel Berg
2017-07-21 18:30 ` Kevin Buchs
2017-07-21 19:58   ` Emanuel Berg
2017-07-21 21:16 ` Tomas Nordin
2017-07-21 22:17   ` Emanuel Berg
2017-07-21 22:22   ` Emanuel Berg
2017-07-22 20:55     ` Tomas Nordin
2017-07-22 21:37       ` Emanuel Berg
2017-07-25 17:39         ` Mario Krajačić
2017-07-25 18:30           ` Emanuel Berg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-22 13:33 Richard Melville
2017-07-22 16:25 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86fudkwer7.fsf@zoho.com \
    --to=moasen@zoho.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.